From 7995fc33c18ba7949f2820edf28afb226a4aed27 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Aug 2016 17:17:21 +0200 Subject: [PATCH] Add collecstatic.sh --- scripts/collectstatic.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/collectstatic.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 -- 2.39.5