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 ae57db0 commit 4a9201aCopy full SHA for 4a9201a
services/web/Dockerfile
@@ -21,7 +21,7 @@ RUN npm install --silent
21
COPY ./src /app/src
22
COPY ./public /app/public
23
RUN cp ./src/config.js.template ./src/config.js
24
-RUN NODE_OPTIONS=--max_old_space_size=8192 npm run build
+RUN NODE_OPTIONS=--max_old_space_size=16384 npm run build
25
RUN ls /app/build
26
27
# Main Image
0 commit comments