Skip to content

Commit 7f5f481

Browse files
authored
Increase heap size (#363)
1 parent 9396edd commit 7f5f481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44
COPY package*.json ./
55
RUN npm ci
66
COPY . .
7+
ENV NODE_OPTIONS="--max-old-space-size=4096"
78
RUN npm run build
89

910
# Stage 2: Setup the Nginx Server to serve the app

0 commit comments

Comments
 (0)