Docker watch with Windows 10

I have a branch you can view here that is trying to contain my Next.js application with Docker, specifically making use of the watch flag.

My issue is that i’m on Windows 10 and wonder if the file syncing works differently.

To clarify, I do see terminal output suggesting it does know when a file is edited, and so docker watch is ‘working’, my browser is just not refreshing or applying any changes thereafter. Even manually refreshing doesn’t reflect the change.

I don’t get it. You update code, a new image should be build and the service restarted. Is that working or not?

Does it work in an incognito Window after changing the code? If it does, it is a client side cache issue.