Skip to content

Commit e3e364f

Browse files
committed
revert
1 parent 9c706e7 commit e3e364f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ ARG SANDBOX_HOST_NAME
2121
ARG SANDBOX_PORT
2222
ARG FIREBASE_CONFIG
2323
ARG DOCS_BASE_URL
24-
ARG NODE_OPTIONS
2524

2625
RUN if [ "$DOCS_BASE_URL" == "null" ]; \
2726
then npm run build:app; \

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)