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.