Skip to content

Commit

Permalink
Without this variable you ge a splice error from config overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
snevesbarros committed Nov 27, 2023
1 parent d907362 commit ed7133f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ENV PATH /app/node_modules/.bin:$PATH
# default location for angles api
ENV REACT_APP_ANGLES_API_URL http://127.0.0.1:3000

# otherwise you'll get an error.
ENV GENERATE_SOURCEMAP false

# default port to run on.
ENV PORT 3001

Expand Down

0 comments on commit ed7133f

Please sign in to comment.