Fix: Permissions Docker #54
1 changed files with 0 additions and 1 deletions
|
@ -18,5 +18,4 @@ RUN npx tsc
|
||||||
RUN rm -r src/ tsconfig.json
|
RUN rm -r src/ tsconfig.json
|
||||||
RUN npm uninstall typescript @types/sqlite3
|
RUN npm uninstall typescript @types/sqlite3
|
||||||
|
|
||||||
USER node
|
|
||||||
CMD ["dumb-init", "node", "./dist/index.js"]
|
CMD ["dumb-init", "node", "./dist/index.js"]
|
||||||
|
|
Loading…
Reference in a new issue