Skip to content

Commit

Permalink
docker-compose | NODE_ENV was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 19, 2020
1 parent 530709c commit a22bca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ services:
restart: on-failure
environment:
- API_URL=${API_URL-http://127.0.0.1:8000}
- NODE_ENV=${NODE_ENV-development}

0 comments on commit a22bca4

Please sign in to comment.