From f7d0d1890e2d9b2146ecbc654e5e5ad5aa95b416 Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 21 Jun 2018 16:06:26 +0200 Subject: [PATCH] [front] : add -T option to disable tty, for deploiement --- build/front.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5