We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fb28c commit 07a660eCopy full SHA for 07a660e
backend/Dockerfile
@@ -26,4 +26,4 @@ RUN bun tsoa
26
RUN bun x prisma generate
27
28
EXPOSE 8000
29
-CMD ["bun", "run", "src/server.ts"]
+CMD ["bun x prisma migrate deploy", "&&", "bun run src/server.ts"]
0 commit comments