]> git.parisson.com Git - mezzo.git/commitdiff
Add collecstatic.sh
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 15:17:21 +0000 (17:17 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Aug 2016 15:17:21 +0000 (17:17 +0200)
scripts/collectstatic.sh [new file with mode: 0755]

diff --git a/scripts/collectstatic.sh b/scripts/collectstatic.sh
new file mode 100755 (executable)
index 0000000..611b171
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+docker-compose run app python /srv/app/manage.py collectstatic --no-input