bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

remove container after docker-compose run #10

Closed brambaud closed 4 years ago

brambaud commented 4 years ago

I was testing bolt 4 using the docker setup and I notice that containers that are not used anymore still exists.

Looking at the Makefile I notice that the docker-compose run command was never used with the --rm flag.

Adding it allow to remove the container after run, i.e. remove it when it becomes useless.

Same thing should be done to https://github.com/bolt/core :)