Skip to content

Commit dfeb54f

Browse files
committed
Fixed prisma commands
1 parent a536d90 commit dfeb54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN npx prisma generate
2828
EXPOSE 3000
2929

3030
# Start - run db push to sync schema, then start server
31-
CMD ["sh", "-c", "npx prisma db push --skip-generate && node dist/src/server.js"]
31+
CMD ["sh", "-c", "npx prisma db push && node dist/src/server.js"]

0 commit comments

Comments
 (0)