fix: fix/docker-52 #53

Merged
Anri merged 2 commits from fix/docker-52 into main 2023-01-17 12:34:52 +01:00
Showing only changes of commit 4e86658e30 - Show all commits

View file

@ -17,6 +17,6 @@ RUN npm ci --only=production
RUN npx tsc RUN npx tsc
RUN rm -r src/ tsconfig.json RUN rm -r src/ tsconfig.json
RUN npm uninstall typescript discord-api-types @types/sqlite3 RUN npm uninstall typescript @types/sqlite3
CMD ["dumb-init", "node", "./dist/index.js"] CMD ["dumb-init", "node", "./dist/index.js"]