fix: docker & prisma

This commit is contained in:
KofK
2024-08-14 21:48:01 +10:00
parent 43da0bdff2
commit 8b17bd6d44
3 changed files with 4 additions and 1 deletions

View File

@@ -20,4 +20,4 @@ RUN npm run build
EXPOSE 3000
# Start the application
CMD ["npm", "run", "start:prod"]
CMD ["npm", "run", "start:dev"]