From f9410b260f34f4f271e963fcff5fb5a592b0156f Mon Sep 17 00:00:00 2001 From: Gabriele Panico Date: Wed, 8 Nov 2023 11:41:55 +0100 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b85de2e5..b7ba77d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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=false --vendor-chunk +RUN npm run ng build -- --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none --build-optimizer=true ### STAGE 2: Setup ###