From 4ab1078da57d794cd45f3e5ab5fd48e5500cafc7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 Dec 2021 22:24:43 +0000 Subject: [PATCH] build: ensure that tty is used in `exec` tasks --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {