Commit 9eacacfe529a12e82191cdd05c5f9f2cc6c3daf6

Authored by George Vlahavas
1 parent c0ea257852

Disable the TTY in docker-compose

See if that fixes the error in Jenkins...

Showing 1 changed file with 1 additions and 1 deletions

... ... @@ -87,5 +87,5 @@
87 87  
88 88 # create and populate the database
89 89 echo "Creating and populating the database..."
90   -docker-compose -f docker-compose-jfrog.yml exec api php artisan migrate:fresh --seed --force
  90 +docker-compose -f docker-compose-jfrog.yml exec -T api php artisan migrate:fresh --seed --force