Skip to content

Commit

Permalink
Increase memory limit for deployment (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan authored Apr 1, 2024
1 parent db0be6e commit 782f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 782f898

Please sign in to comment.