remove USER node

This commit is contained in:
Mylloon 2023-01-17 13:19:58 +01:00
parent 903f3cb508
commit 75b9ec5e39
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,5 +18,4 @@ RUN npx tsc
RUN rm -r src/ tsconfig.json
RUN npm uninstall typescript @types/sqlite3
USER node
CMD ["dumb-init", "node", "./dist/index.js"]