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 4eeb3e5 commit 98d36dcCopy full SHA for 98d36dc
Dockerfile
@@ -27,6 +27,6 @@ COPY --from=builder /app/apps/client/dist ./apps/client/dist
27
ENV NODE_ENV=production
28
ENV PUBLIC_DIR=/app/apps/client/dist
29
30
-WORKDIR /apps/server
+WORKDIR /app/apps/server
31
32
CMD bunx gel migrate && bun run start
0 commit comments