From 52991a835f0fc0492996cb0b64f5ae62ff56f575 Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 26 Mar 2026 12:00:50 +0100 Subject: [PATCH] fix(storage): increase Node heap size for web Docker build Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/storage/apps/web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/storage/apps/web/Dockerfile b/apps/storage/apps/web/Dockerfile index 74040cdf0..b6bcfa076 100644 --- a/apps/storage/apps/web/Dockerfile +++ b/apps/storage/apps/web/Dockerfile @@ -69,6 +69,7 @@ RUN pnpm build # Build the web app WORKDIR /app/apps/storage/apps/web +ENV NODE_OPTIONS="--max-old-space-size=4096" RUN pnpm exec svelte-kit sync RUN pnpm build