We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4607a0 commit 3b01440Copy full SHA for 3b01440
web/Dockerfile
@@ -62,7 +62,7 @@ RUN yarn install
62
ENV PATH="/app/node_modules/.bin:$PATH"
63
64
# CMD ["sh", "-c", "sleep 300"]
65
-ENV NODE_OPTIONS="--max-old-space-size=5120"
+ENV NODE_OPTIONS="--max-old-space-size=2048"
66
67
RUN yarn build
68
0 commit comments