Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 21, 2023
1 parent 6201c09 commit d23124d
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 --vendor-chunk
RUN npm run ng build --configuration="prod" --output-path=dist --base-href="./cds/" --output-hashing=none --build-optimizer=true --vendor-chunk


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

0 comments on commit d23124d

Please sign in to comment.