docker compose alpha watch
fails to sync files if the destination directory does not exist
#10862
Labels
docker compose alpha watch
fails to sync files if the destination directory does not exist
#10862
Description
I am using the experimental watch feature to run Hugo, a website builder in Docker Compose. When I modify a file locally, it gets copied into the docker container, the served website at localhost:1313 gets updated, great. However, if I make a new folder (which is one way of making content on Hugo), this does not sync with the container, meaning any new files I put in there cause the whole thing to error out. Is there an option to sync folders too, and if not, can it be added?
The text was updated successfully, but these errors were encountered: