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 1391654 commit 8ed99fbCopy full SHA for 8ed99fb
Dockerfile
@@ -13,6 +13,9 @@ COPY . .
13
14
RUN bun run build
15
16
+WORKDIR /app/apps/server
17
+RUN bunx gel project init --non-interactive
18
+
19
FROM oven/bun:1.1.17-alpine
20
21
WORKDIR /app
@@ -22,6 +25,10 @@ COPY --from=builder /app/apps/server/src/dbschema ./apps/server/src/dbschema
22
25
COPY --from=builder /app/apps/server/gel.toml ./apps/server/gel.toml
23
26
COPY --from=builder /app/apps/client/dist ./apps/client/dist
24
27
28
+# CD into server app and run gel project initial setup
29
30
31
32
ENV NODE_ENV=production
33
ENV PUBLIC_DIR=/app/apps/client/dist
34
0 commit comments