fix(ui): raise node heap to fix arm64 docker build OOM (#11628)

This commit is contained in:
César Arroba
2026-06-17 13:02:20 +02:00
committed by GitHub
parent 8d4ec561c2
commit 54518bd127
+1
View File
@@ -16,6 +16,7 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY scripts ./scripts
ENV NODE_OPTIONS=--max-old-space-size=4096
RUN corepack install && pnpm install --frozen-lockfile