chore: max-old-space-size=8192

This commit is contained in:
2024-07-09 04:48:42 +08:00
parent 2ad566cb4f
commit 261660cd9c

View File

@@ -15,7 +15,7 @@ RUN yarn install --no-optional --frozen-lockfile --network-timeout 1000000 && \
COPY . .
ARG CDN_URL
RUN yarn build
RUN NODE_OPTIONS="--max-old-space-size=8192" yarn build
RUN rm -rf node_modules