compress after collecting static files

This commit is contained in:
Niklas rust 2019-10-22 14:16:24 +02:00
parent 1454b26b34
commit b9fe93ed7a
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,6 @@ set -o pipefail
set -o nounset
python /app/manage.py compress
python /app/manage.py collectstatic --noinput
python /app/manage.py compress
/usr/local/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --chdir=/app