root
All checks were successful
Publish Docker Image / docker (push) Successful in 1m26s

This commit is contained in:
Lee 2024-01-03 07:33:41 +00:00
parent 00deb93193
commit 663f997ee7

@ -9,7 +9,7 @@ RUN pnpm install --production --silent && mv node_modules ../
COPY . . COPY . .
RUN chown -R node /usr/src/app #RUN chown -R node /usr/src/app
USER node #USER node
CMD pnpm run start CMD pnpm run start