Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 8, 2023
1 parent f9410b2 commit 8974a09
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 @@ -15,7 +15,7 @@ COPY . .

## Build the angular app in production mode and store the artifacts in dist folder

RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none --build-optimizer=true
RUN npm run ng build --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none --build-optimizer=true


### STAGE 2: Setup ###
Expand Down

0 comments on commit 8974a09

Please sign in to comment.