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 4df7aa5 commit c9abf79
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 @@ COPY . .
# where available (npm@5+)
COPY package*.json ./

#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 c9abf79

Please sign in to comment.