adjust max old space size
continuous-integration/drone/push Build was killed Details

master
unknown 2024-01-06 15:09:06 -07:00
parent f302b69c9a
commit b46bc5221e
1 changed files with 1 additions and 1 deletions

View File

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