moderntribe / square1-global-docker

SquareOne Global Docker is a command line application that provides a local development environment for projects based on the SquareOne Framework.
GNU General Public License v2.0
7 stars 1 forks source link

Bugfix: make docker exec commands interactive #102

Closed defunctl closed 2 years ago

defunctl commented 2 years ago

With composer v2.2+ it asks if you want to enable each plugin you have in your composer.json, but this pointed out a bug that all our pass though commands to docker exec are not currently interactive (which is how docker-compose behaves out of the box).

This fixes that bug so that if a command requires the user to input something, they actually can now.