diff --git a/run b/run index 00c0d53..6b08613 100755 --- a/run +++ b/run @@ -32,7 +32,7 @@ function task:ci:test { function task:exec { # Run any command in the php container. - docker-compose exec php "${@}" + docker-compose exec $TTY php "${@}" } function task:composer {