mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-02 10:41:59 +01:00
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:
commit
a287605646
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user