Increased the heap to 4G

This commit is contained in:
2026-03-09 21:51:35 +01:00
parent 17c766c27f
commit 15b59d5e16

View File

@@ -12,6 +12,7 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN bun run build
# ─── Stage 3: Production runner ──────────────────────────────────────────────