mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix(ui): raise node heap to fix arm64 docker build OOM (#11628)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user