docker / getting-started-todo-app

Sample application to get started with Docker
Apache License 2.0
30 stars 122 forks source link

`Docker Compose watch` hot reload feature is not working #35

Open Tharshen2124 opened 1 month ago

Tharshen2124 commented 1 month ago

So i followed the tutorial and tried to make changes to the code to see if the changes are reflected on the browser as soon as i make changes to the code. However, the changes are not being reflected unless i restart the container with docker compose watch. You may check out the video below to see what i mean. https://github.com/user-attachments/assets/6dbcc5b9-9e32-4497-b890-53f66d9076ec

What i have tried:

About my system (if its relevant): Macbook Air M3

mikesir87 commented 1 week ago

Apologies on the delay, so recognize you may have moved past this by this point.

First off, thanks for the video, as that's super helpful! I'm curious what the log output looked. Do you see any output indicating the files were being synced as you made changes?