From 5206263b35a5a6edec07a282a79a47245a0d5495 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 5 Dec 2017 14:56:14 +0100 Subject: [PATCH] No front build after pulling --- pull.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pull.sh b/pull.sh index 78840fc..13d137e 100755 --- 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 -- 2.39.5