Open Siwayll opened 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.
bin/console
./app/console.php:/src/bin/console
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.