From 9eacacfe529a12e82191cdd05c5f9f2cc6c3daf6 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Fri, 19 Mar 2021 14:18:23 +0200 Subject: [PATCH] Disable the TTY in docker-compose See if that fixes the error in Jenkins... --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 7ecbf38..ef01662 100755 --- a/deploy.sh +++ b/deploy.sh @@ -87,5 +87,5 @@ sleep 10 # create and populate the database echo "Creating and populating the database..." -docker-compose -f docker-compose-jfrog.yml exec api php artisan migrate:fresh --seed --force +docker-compose -f docker-compose-jfrog.yml exec -T api php artisan migrate:fresh --seed --force -- 2.2.2