⬅︎ Back to How to create-react-app with Docker
This worked for me. passing CHOKIDAR_USEPOLLING=true as env var.In compose: ...environment: - CHOKIDAR_USEPOLLING=true
Hi Jesus have you found a solution to your problem ? I have the same and I'm stuck too ...
Comment
This worked for me. passing CHOKIDAR_USEPOLLING=true as env var.
In compose:
...
environment:
- CHOKIDAR_USEPOLLING=true
Parent comment
Hi Jesus have you found a solution to your problem ? I have the same and I'm stuck too ...