Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Mar 14, 2024
1 parent 1b50db8 commit 70e6f9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ COPY --chown=nonroot --from=base /app/package.json /app/package.json

RUN npm i --omit=dev --no-save

USER nonroot

RUN chown -R nonroot /app

USER nonroot

EXPOSE 3000


CMD ["npm", "run", "start"]

0 comments on commit 70e6f9c

Please sign in to comment.