Adjust max old space size when building angular
continuous-integration/drone Build is failing Details

master
Me 2023-07-28 17:03:23 -06:00
parent a038c449e7
commit c8879f964d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN npm install
COPY ./Client ./
RUN node node_modules/@angular/cli/bin/ng build --prod --configuration=production
RUN node --max_old_space_size=1500 node_modules/@angular/cli/bin/ng build --prod --configuration=production
WORKDIR /app