chore: max-old-space-size=8192
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user