Local file changes not persisted after container restart with docker-compose watch in dev.sh
#353
Labels
bug
Something isn't working
dev.sh
#353
Description
When using
dev.sh
watching local file changes, the changes are not reflected in the container after restarting it. This issue occurs specifically with thewatch
command in the development CLI.Steps to Reproduce
dev.sh
.dev.sh
dev.sh
and then restarting itExpected Behavior
When restarting the container, the changes made to the local files should be automatically reflected in the container's filesystem.
Actual Behavior
The local file changes are not synced or persisted in the container's filesystem after restarting the container. The file needs to be saved again by hitting
Ctrl - S
on your text editor for the watch command to sync again.Additional Context
watch
command in the development CLI, which is intended to sync local file changes to the container in real-time.macOS
related as on linux machines, docker rebuilds the image to sync for local file changes.The text was updated successfully, but these errors were encountered: