diff --git a/Dockerfile.base b/Dockerfile.base index 2921296c2..34585b66e 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -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