Skip to content

Commit

Permalink
add comment to Dockerfile to clarify command
Browse files Browse the repository at this point in the history
  • Loading branch information
zargarzadehm committed Jul 1, 2024
1 parent 447666e commit 9672a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/keygen-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY --chmod=700 --chown=ergo:ergo package-lock.json ./
COPY --chmod=700 --chown=ergo:ergo ./services/keygen-service/package.json ./
ADD --chmod=700 --chown=ergo:ergo ./patches/ ./patches/
RUN npx patch-package
# We need to run npm prune --production because some packages in package-lock.json are redundant for the keygen-service package.
RUN npm prune --production
RUN npm ci
COPY --chmod=700 --chown=ergo:ergo ./services/keygen-service .
Expand Down

0 comments on commit 9672a63

Please sign in to comment.