From e70c851d62549aba74b14545395efb0047bf59d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=8C=E6=96=87=E9=BE=99?= Date: Wed, 19 Jul 2023 15:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'web/Dockerfilenew'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/Dockerfilenew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfilenew b/web/Dockerfilenew index c3597fae..cfcb5948 100644 --- a/web/Dockerfilenew +++ b/web/Dockerfilenew @@ -14,7 +14,7 @@ RUN npm cache clean -f RUN rm -rf package-lock.json RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ -RUN npm run build +RUN npm run build --max-old-space-size=4096 --max-new-space-size=4096 RUN rm -rf client/src