Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
45 stars 38 forks source link

init script fails to run because source folders already exist #6

Closed rawnsley closed 2 years ago

rawnsley commented 2 years ago

The git clone step for several of the services fails because the folders they are to be cloned into already exist and git doesn't like it. I'm guessing the previous mutagen-compose invocations are creating the folders in anticipation as they are listed explicitly in the x-mutagen section of the docker-compose file.