From 099d12dc79362dce1f5c9236ceb3bf9ce0df6552 Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 26 Mar 2026 11:52:30 +0100 Subject: [PATCH] fix(zitare): increase Node memory limit for web build Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/zitare/apps/web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/zitare/apps/web/Dockerfile b/apps/zitare/apps/web/Dockerfile index 6d0f63f84..693911fcd 100644 --- a/apps/zitare/apps/web/Dockerfile +++ b/apps/zitare/apps/web/Dockerfile @@ -81,6 +81,7 @@ RUN pnpm build || true # Build the web app WORKDIR /app/apps/zitare/apps/web RUN pnpm exec svelte-kit sync +ENV NODE_OPTIONS="--max-old-space-size=4096" RUN pnpm build # Production stage