lower max old space to 500
continuous-integration/drone Build is failing Details

master
Me 2023-07-28 18:22:09 -06:00
parent 3d3c0b9669
commit 61cff5f973
1 changed files with 1 additions and 1 deletions

View File

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