Skip to content

Commit

Permalink
Merge branch 'node-help-size' into 'main'
Browse files Browse the repository at this point in the history
Increase node max old space size for builds

See merge request reportcreator/reportcreator!361
  • Loading branch information
MWedl committed Dec 7, 2023
2 parents 9484210 + cd65ff4 commit 6c66ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN npm run build

FROM node:18-alpine3.18 AS frontend-dev

ENV NODE_OPTIONS="--max-old-space-size=4096"

# Add custom CA certificates
ARG CA_CERTIFICATES=""
RUN mkdir -p /usr/local/share/ca-certificates/ && \
Expand Down

0 comments on commit 6c66ce9

Please sign in to comment.