Skip to content

Commit 717bc76

Browse files
committed
Reduce max mem
1 parent f3745f6 commit 717bc76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN npm install --silent
2121
COPY ./src /app/src
2222
COPY ./public /app/public
2323
RUN cp ./src/config.js.template ./src/config.js
24-
RUN NODE_OPTIONS=--max_old_space_size=16384 npm run build
24+
RUN NODE_OPTIONS=--max_old_space_size=4096 npm run build
2525
RUN ls /app/build
2626

2727
# Main Image

0 commit comments

Comments
 (0)