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
Compose now has a alpha feature for syncing files and avoiding bind-mounts for local development. This is great for many reasons:
increased performance
reducing complexity for compose and dockerfile
removes need for moving node_modules and volume workarounds
First, we need an example (maybe lives in a compose-sync directory and then once feature is out of alpha/beta we make it the default example with a legacy directory for the old way with bind-mounts.
The text was updated successfully, but these errors were encountered:
Compose now has a alpha feature for syncing files and avoiding bind-mounts for local development. This is great for many reasons:
node_modules
and volume workaroundsFirst, we need an example (maybe lives in a
compose-sync
directory and then once feature is out of alpha/beta we make it the default example with alegacy
directory for the old way with bind-mounts.The text was updated successfully, but these errors were encountered: