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
Today I use this lib to 'up' containers for development porposes (e2e tests) that where made to work with mounts/volumes (volumes are the mapped apps source and test folders so to say). Nowadays there is the option to replace mounts/volumes with watch directives that automatically sync files/dirs or rebuild the complete image if needed. In a development process this has a few advantages over mounts.
However, I'll need some time to test it as I'm doing only little Node.js these days (actually this lib is the only Node.js stuff at the moment) and my usage of docker compose has changed in the past few months.
Hi,
might it be feasable to support
watch
as a subcommand in the future? See here: https://docs.docker.com/compose/file-watch/KR
The text was updated successfully, but these errors were encountered: