diff --git a/Dockerfile b/Dockerfile index c4abafa..3a302a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]