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