Skip to content

Commit

Permalink
Updates Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Nov 10, 2022
1 parent 2010b02 commit 12b75a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ COPY . .

# with prod option
#RUN npm run ng build -- --prod --output-path=dist --base-href ./
RUN node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng --configuration production --output-path=dist --base-href ./
# RUN node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng --configuration production --output-path=dist --base-href ./
RUN npm run ng build -- --configuration production --output-path=dist --base-href ./

### STAGE 2: Setup ###

Expand Down

0 comments on commit 12b75a3

Please sign in to comment.