Skip to content

Commit

Permalink
Dockerfile - replaced npm i with npm ci in production container
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jun 5, 2023
1 parent d7b3d81 commit e542f89
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 @@ -47,6 +47,6 @@ RUN chown -R node:node /app

USER node

RUN npm i --omit=dev
RUN npm ci --omit=dev

ENTRYPOINT ["pm2-runtime", "./process.yml"]

0 comments on commit e542f89

Please sign in to comment.