Skip to content

Commit

Permalink
📦 build: Don't run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 18, 2024
1 parent ef38918 commit e3b35f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ RUN pnpm install

WORKDIR /home/node/app

USER node

CMD [ "node", "src/index.js"]

0 comments on commit e3b35f3

Please sign in to comment.