|
@ -14,7 +14,7 @@ RUN npm cache clean -f |
|
|
RUN rm -rf package-lock.json |
|
|
RUN rm -rf package-lock.json |
|
|
RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ |
|
|
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 |
|
|
RUN rm -rf client/src |
|
|
|
|
|
|
|
|