Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

GRUMPHP - Allow it to run without needing to start PHP container #42

Closed omarlopesino closed 3 years ago

omarlopesino commented 3 years ago

If we use docker-compose run instead of docker-compose exec, it won't be needed to start php container. To prevent pollute the disk space, --rm parameter is used.