Skip to content

Commit 6945c91

Browse files
committed
fix?
1 parent 8ebd08f commit 6945c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ COPY --from=builder /app/apps/client/dist ./apps/client/dist
3131
ENV NODE_ENV=production
3232
ENV PUBLIC_DIR=/app/apps/client/dist
3333

34-
CMD bunx gel migrate && bun run start
34+
CMD cd apps/server && bunx gel migrate && bun run start

0 commit comments

Comments
 (0)