This repository keeps code used for testing file watching capabilities in Docker on Windows.
docker-compose run app npm install
docker-compose up
- Head to
http://localhost:9955
- Change
index.js
- Reload
http://localhost:9955
You should see the changes made reflected in the browser in case this works as expected.