Adjust CMD

This commit is contained in:
Douglas Barone 2023-06-21 15:04:37 -04:00
parent b6515f4df2
commit 5993ae3283

View File

@ -12,4 +12,4 @@ RUN npm run build
EXPOSE 3000 EXPOSE 3000
CMD npm run prisma:deploy && npm start CMD npx prisma migrate deploy && npm start