We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebd08f commit 6945c91Copy full SHA for 6945c91
Dockerfile
@@ -31,4 +31,4 @@ COPY --from=builder /app/apps/client/dist ./apps/client/dist
31
ENV NODE_ENV=production
32
ENV PUBLIC_DIR=/app/apps/client/dist
33
34
-CMD bunx gel migrate && bun run start
+CMD cd apps/server && bunx gel migrate && bun run start
0 commit comments