Skip to content

Commit

Permalink
docker file update for npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darmalovan committed Aug 12, 2024
1 parent d60bb7e commit c15e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM node:20-slim
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN npm install
RUN npm install --production
EXPOSE 3000
CMD ["npm", "start"]

0 comments on commit c15e340

Please sign in to comment.