From 2010b02b35b56eabcbdd0fc97c608c76e83ed6e2 Mon Sep 17 00:00:00 2001 From: Nicola Lanzilotto Date: Thu, 10 Nov 2022 06:42:32 -0500 Subject: [PATCH] Updates docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d3fe65e6ae9..c046502d52de 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 ###