Skip to content

Commit 17d5d61

Browse files
committed
enabling migrations
1 parent c38f1cf commit 17d5d61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ RUN npx prisma generate
2525

2626
EXPOSE 3001
2727

28-
# CMD ["pnpm", "run", "start:migrate:prod"]
29-
CMD ["pnpm", "run", "start"]
28+
CMD ["pnpm", "run", "start:migrate:prod"]

0 commit comments

Comments
 (0)