Skip to content

Commit 52f014d

Browse files
author
Maximilian Albert
committed
Enable hot reloading on Mac OS X (see facebook/create-react-app#1049)
1 parent 0b887f7 commit 52f014d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ services:
4444
- '3007:3000'
4545
environment:
4646
- NODE_ENV=development
47+
- CHOKIDAR_USEPOLLING=true
4748
- REACT_APP_USERS_SERVICE_URL=${REACT_APP_USERS_SERVICE_URL}
4849
depends_on:
4950
- users

0 commit comments

Comments
 (0)