Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Dec 3, 2024
1 parent d7601ef commit aec9e61
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#FROM node:20
#WORKDIR /app
#COPY . .
#RUN npm install
#CMD ["node", "server.js"]
#EXPOSE 4006

FROM node:20
WORKDIR /app
COPY . .
RUN npm install
CMD ["node", "server.js"]
EXPOSE 4006
EXPOSE 4009

0 comments on commit aec9e61

Please sign in to comment.