From 15b59d5e168dc9e4c0c2772033268a2ee7731c2b Mon Sep 17 00:00:00 2001 From: kawa Date: Mon, 9 Mar 2026 21:51:35 +0100 Subject: [PATCH] Increased the heap to 4G --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7224b0e..3de662b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ──────────────────────────────────────────────