From: Emilie Date: Thu, 21 Jun 2018 14:06:26 +0000 (+0200) Subject: [front] : add -T option to disable tty, for deploiement X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f7d0d1890e2d9b2146ecbc654e5e5ad5aa95b416;p=docker-django-scripts.git [front] : add -T option to disable tty, for deploiement --- diff --git a/build/front.sh b/build/front.sh index 6d9328e..d097178 100755 --- a/build/front.sh +++ b/build/front.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker-compose exec app python /srv/app/manage.py build-front +docker-compose exec -T app python /srv/app/manage.py build-front