Add verbose to ng build
continuous-integration/drone Build is failing Details

master
djabsher 2023-07-29 05:05:19 +00:00
parent 89b21ddbd8
commit d0eaddf1d9
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=1000 node_modules/@angular/cli/bin/ng build --prod --configuration=production
RUN node --verbose --max_old_space_size=1000 node_modules/@angular/cli/bin/ng build --prod --configuration=production
WORKDIR /app