From: Guillaume Pellerin Date: Thu, 25 Aug 2016 15:17:21 +0000 (+0200) Subject: Add collecstatic.sh X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7995fc33c18ba7949f2820edf28afb226a4aed27;p=mezzo.git Add collecstatic.sh --- diff --git a/scripts/collectstatic.sh b/scripts/collectstatic.sh new file mode 100755 index 00000000..611b171e --- /dev/null +++ b/scripts/collectstatic.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +docker-compose run app python /srv/app/manage.py collectstatic --no-input