From 7ac62be115c4b2e7b070018b199398fb9da6910e Mon Sep 17 00:00:00 2001 From: Dmitry Titov Date: Mon, 13 Mar 2023 05:35:57 +0300 Subject: [PATCH] experiments 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 952e578..a165eb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY yarn.lock ./ RUN yarn install COPY . . ARG REACT_APP_DOMAIN_URL=https://${DOMAIN}/ -ENV GENERATE_SOURCEMAP false +ENV NODE_OPTIONS=--max_old_space_size=4096 RUN yarn build FROM nginx:1.23-alpine