Skip to content

Commit 4a9201a

Browse files
committed
Upgrade packages
1 parent ae57db0 commit 4a9201a

File tree

2 files changed

+3499
-15362
lines changed

2 files changed

+3499
-15362
lines changed

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=8192 npm run build
24+
RUN NODE_OPTIONS=--max_old_space_size=16384 npm run build
2525
RUN ls /app/build
2626

2727
# Main Image

0 commit comments

Comments
 (0)