diff --git a/dockerfile b/dockerfile index c2e74b0..a4d4ddf 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ RUN npm install COPY ./Client ./ -RUN node --max_old_space_size=500 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 --configuration=production WORKDIR /app