diff --git a/apps/manacore/apps/web/Dockerfile b/apps/manacore/apps/web/Dockerfile index e60fddab3..88cf6e46d 100644 --- a/apps/manacore/apps/web/Dockerfile +++ b/apps/manacore/apps/web/Dockerfile @@ -74,6 +74,7 @@ RUN pnpm build # Build the web app WORKDIR /app/apps/manacore/apps/web RUN pnpm exec svelte-kit sync +ENV NODE_OPTIONS="--max-old-space-size=4096" RUN pnpm build # Production stage