📦 build: Don't run as root

This commit is contained in:
2024-08-18 08:39:52 +07:00
parent 104f93c36a
commit bf1186b1f1
+2
View File
@@ -59,4 +59,6 @@ RUN pnpm install
WORKDIR /home/node/app
USER node
CMD [ "node", "src/index.js"]