We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7664951 commit a083165Copy full SHA for a083165
2 files changed
apps/chaingraph-backend/Dockerfile
@@ -13,6 +13,8 @@ RUN turbo prune "@badaitech/chaingraph-backend" --docker
13
# Second stage: Install dependencies and build
14
FROM base AS builder
15
16
+ENV NODE_OPTIONS="--max-old-space-size=8192"
17
+
18
COPY --from=pruner /app/out/json/ .
19
COPY --from=pruner /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
20
apps/chaingraph-frontend/Dockerfile
@@ -14,6 +14,7 @@ RUN turbo prune "@badaitech/chaingraph-frontend" --docker
ARG NODE_ENV=production
0 commit comments