You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for the container to watch for file changes if the url is a local file? This would greatly help as we use this container in the dev cycle.
The text was updated successfully, but these errors were encountered:
Although a dev-mode would be beneficial, you could use something like this, too:
watch -n 10 -d docker-compose up -d --build --force-recreate
watch can be installed on macOS with Brew (brew install watch). I think it's installed by default on Ubuntu and other distros (although, I haven't checked).
So I have my docker compose file as such...
Is it possible for the container to watch for file changes if the url is a local file? This would greatly help as we use this container in the dev cycle.
The text was updated successfully, but these errors were encountered: