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

Commit

Permalink
Add NODE_OPTIONS to ui run in Dockerfile
Browse files Browse the repository at this point in the history
In order to solve the webpack memory issue

Change-type: patch
Signed-off-by: Lucy-Jane Walsh <[email protected]>
  • Loading branch information
ljewalsh committed Feb 13, 2020
1 parent 644e909 commit 1ed0c6a
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 1ed0c6a

Please sign in to comment.