Fix: Permissions Docker #54

Merged
Anri merged 2 commits from fix/docker-db-folder into main 2023-01-17 13:21:54 +01:00
Showing only changes of commit 75b9ec5e39 - Show all commits

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"]