Skip to content

Commit

Permalink
use npm i instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmeshulam committed Feb 27, 2024
1 parent 1552081 commit 8804de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN chown -R backend:lems .
# RUN chown backend:lems /root/mongo-ca-certificate.crt

WORKDIR /app/backend
RUN npm ci
RUN npm i --omit=dev

EXPOSE 3333

Expand Down

0 comments on commit 8804de7

Please sign in to comment.