Skip to content

Commit 07a660e

Browse files
committed
ci: backend: fix deploying migration
1 parent 52fb28c commit 07a660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN bun tsoa
2626
RUN bun x prisma generate
2727

2828
EXPOSE 8000
29-
CMD ["bun", "run", "src/server.ts"]
29+
CMD ["bun x prisma migrate deploy", "&&", "bun run src/server.ts"]

0 commit comments

Comments
 (0)