mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 11:21:09 +02:00
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:
parent
7f27f8601c
commit
099d12dc79
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue