Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliangg committed Jan 28, 2024
1 parent 488dfec commit 2b8b21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uwuwuend/bwckwnd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ FROM node:17
# Copy all required files
COPY . .

RUN npm install
#RUN npm install
# If you are building your code for production
# RUN npm ci --omit=dev
RUN npm ci --omit=dev

EXPOSE 3000
CMD [ "node", "index" ]

0 comments on commit 2b8b21e

Please sign in to comment.