File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ ARG SANDBOX_HOST_NAME
2121ARG SANDBOX_PORT
2222ARG FIREBASE_CONFIG
2323ARG DOCS_BASE_URL
24- ARG NODE_OPTIONS
2524
2625RUN if [ "$DOCS_BASE_URL" == "null" ]; \
2726 then npm run build:app; \
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ services:
1212 - SANDBOX_PORT=${SANDBOX_PORT:-8090}
1313 - FIREBASE_CONFIG=${FIREBASE_CONFIG:-}
1414 - DOCS_BASE_URL=${DOCS_BASE_URL:-null}
15- - NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=6144"}
1615 restart : unless-stopped
1716 environment :
1817 - SELF_HOSTED=true
@@ -27,7 +26,6 @@ services:
2726 - LOG_URL=${LOG_URL:-null}
2827 - VALKEY_HOST=valkey
2928 - VALKEY_PORT=6379
30- - NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=6144"}
3129 volumes :
3230 - ./assets:/srv/build/assets
3331 depends_on :
You can’t perform that action at this time.
0 commit comments