Skip to content

Commit c0cd993

Browse files
committed
increase memory for build
1 parent 585a242 commit c0cd993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG DOCS_BASE_URL
2424

2525
RUN if [ "$DOCS_BASE_URL" == "null" ]; \
2626
then npm run build:app; \
27-
else npm run build; \
27+
else NODE_OPTIONS="--max-old-space-size=4096" npm run build; \
2828
fi
2929

3030
FROM node:24.1.0-alpine3.21 AS server

0 commit comments

Comments
 (0)