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