fix(storage): increase Node heap size for web Docker build

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

View file

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