Skip to content

Commit

Permalink
Enable hot reloading on Mac OS X (see facebook/create-react-app#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Albert committed May 17, 2018
1 parent 0b887f7 commit 52f014d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- '3007:3000'
environment:
- NODE_ENV=development
- CHOKIDAR_USEPOLLING=true
- REACT_APP_USERS_SERVICE_URL=${REACT_APP_USERS_SERVICE_URL}
depends_on:
- users
Expand Down

0 comments on commit 52f014d

Please sign in to comment.