Skip to content

Commit

Permalink
Updates docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Nov 10, 2022
1 parent 336e0da commit 2010b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 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 ./

### STAGE 2: Setup ###

Expand Down

0 comments on commit 2010b02

Please sign in to comment.