build: ensure that tty is used in exec
tasks
This commit is contained in:
parent
423e21f6c3
commit
4ab1078da5
1 changed files with 1 additions and 1 deletions
2
run
2
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue