Fix error: "the input device is not a TTY"

This commit is contained in:
Zach Borboa
2020-05-18 18:58:43 -07:00
parent 877e5b1275
commit 14317ca210
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ bash "tests/script.sh"
END
)
set -x
docker exec --interactive --tty "php55" sh -c "${command}"
docker exec --tty "php55" sh -c "${command}"