compress after collecting static files
This commit is contained in:
parent
1454b26b34
commit
b9fe93ed7a
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue