Hello! I'm working inside a docker container and w...
# help
i
Hello! I'm working inside a docker container and when I tried sst start, it's not picking up the file changes. Help is very much appreciated. Thanks!
a
I remember from my Docker times that watching for file changes was always tricky and depended on how the volumes were mounted
Can you elaborate a bit on how your docker container is set up?
i
Here's the docker compose and docker file:
Directory looks like this:
I was able to make it work by adding an environment variable in my docker compose. I was able to find which file watcher sst is using(chokidar).