From 4373e27d4097952a96a514a8e8ea6f5c7db70009 Mon Sep 17 00:00:00 2001 From: djabsher Date: Sat, 29 Jul 2023 05:07:36 +0000 Subject: [PATCH] Add verbose to ng build --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index d2db7cc..7989330 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY ./Client ./ -RUN node --verbose --max_old_space_size=1000 node_modules/@angular/cli/bin/ng build --prod --configuration=production +RUN node --max_old_space_size=1000 node_modules/@angular/cli/bin/ng build --prod --verbose --configuration=production WORKDIR /app