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