Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3060 from product-os/add-webpack-memory-error-doc…
Browse files Browse the repository at this point in the history
…umentation

Set max-old-space-size in run command of ui
  • Loading branch information
ljewalsh committed Feb 20, 2020
2 parents 5a5c934 + 66213c9 commit ee1309b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN make build-ui \
SENTRY_DSN_UI=$SENTRY_DSN_UI \
SERVER_HOST=$SERVER_HOST \
SERVER_PORT=$SERVER_PORT \
OAUTH_REDIRECT_BASE_URL=https://jel.ly.fish

OAUTH_REDIRECT_BASE_URL=https://jel.ly.fish \
NODE_OPTIONS=--max-old-space-size=2048
###########################################################
# Runtime
###########################################################
Expand Down

0 comments on commit ee1309b

Please sign in to comment.