Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
JaviFdez7 committed Sep 30, 2024

Verified

This commit was signed with the committer’s verified signature.
frapell Franco Pellegrini
1 parent d41d5ca commit 2fc9369
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
@@ -1,7 +1,7 @@
FROM governify/base-node-14:1.0

COPY . .
RUN npm install --only=prod
RUN npm install --only=prod --no-package-lock

ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV

0 comments on commit 2fc9369

Please sign in to comment.