norsys / rothenberg

Rothenberg allows a developer to create or maintain a Symfony application or bundle very easily and without installing anything on his workstation.
Other
24 stars 14 forks source link

Remove inception for bin/console to composer docker volumes #31

Open Siwayll opened 5 years ago

Siwayll commented 5 years ago

Fix for #27.

It appears that bin/console file is recreated by docker when rothenberg is updated. I just remove the ./app/console.php:/src/bin/console volume rule of the composer image to avoid that.