I’m using hugo serve on the quickstart site in a pretty vanilla docker container and it doesn’t seem to be detecting changes and rebuilding. Does anyone have this working?
Windows 10 Enterprise, 19042.1645
Docker Desktop 4.8.2 with the WSL 2 backend
Docker Engine 20.10.14
To reproduce:
- Install Docker.
- Create the demo site with the quickstart guide and make a new post.
- Run
docker run --rm -it -v ${pwd}:/src -p 1313:1313 klakegg/hugo:0.95.0-alpine shell
to get a shell. - Run
hugo serve
. - Make some change to the post.