Merge pull request #9752 from jwangyangls/add-storage-for-portal-build--1.10

Modify storage for portal build  1.10
This commit is contained in:
jwangyangls 2019-11-12 15:23:15 +08:00 committed by GitHub
commit a287605646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ COPY src/portal /build_dir
RUN ls -la \
&& npm run build_lib \
&& npm run link_lib \
&& node --max_old_space_size=8192 'node_modules/@angular/cli/bin/ng' build --prod
&& node --max_old_space_size=2048 'node_modules/@angular/cli/bin/ng' build --prod
FROM photon:2.0