fix(zitare): increase Node memory limit for web build

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-26 11:52:30 +01:00
parent 7f27f8601c
commit 099d12dc79

View file

@ -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