diff --git a/Dockerfile b/Dockerfile index 054b94870..099ff017a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:18 as build COPY ./frontend/package.json /workspace/frontend/package.json COPY ./frontend/angular.json /workspace/frontend/angular.json WORKDIR /workspace/frontend -ENV NODE_OPTIONS=--max_old_space_size=2000 +ENV NODE_OPTIONS=--max_old_space_size=8000 RUN npm install -g @angular/cli && npm install ENV SHELL=/bin/bash RUN ng analytics disable