]> git.parisson.com Git - docker-django-scripts.git/commitdiff
No front build after pulling
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 5 Dec 2017 13:56:14 +0000 (14:56 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 5 Dec 2017 13:56:14 +0000 (14:56 +0100)
pull.sh

diff --git a/pull.sh b/pull.sh
index 78840fc6a58a0d8a255836b38a3595cbce6a7f0b..13d137ed900375cf272be14e390748207874549e 100755 (executable)
--- a/pull.sh
+++ b/pull.sh
@@ -16,5 +16,3 @@ if [ "$1" = "--restore-db" ];
     docker-compose run db /srv/bin/db/restore.sh
 fi
 
-# Build front-end
-docker-compose run app python /srv/app/manage.py build-front