From d898b2abaee465d0833a0e6b6b7e80b33f0b8ee8 Mon Sep 17 00:00:00 2001 From: unknown <34411636+Dandevmt@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:31:41 -0700 Subject: [PATCH] adjust space size --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index df98018..66e9512 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY ./Client ./ -RUN node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --prod --verbose --configuration=production +RUN node --max_old_space_size=1536 node_modules/@angular/cli/bin/ng build --prod --verbose --configuration=production WORKDIR /app