Skip to content

Commit 3b01440

Browse files
committed
Reduce web build space
1 parent a4607a0 commit 3b01440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN yarn install
6262
ENV PATH="/app/node_modules/.bin:$PATH"
6363

6464
# CMD ["sh", "-c", "sleep 300"]
65-
ENV NODE_OPTIONS="--max-old-space-size=5120"
65+
ENV NODE_OPTIONS="--max-old-space-size=2048"
6666

6767
RUN yarn build
6868

0 commit comments

Comments
 (0)