Run django-compress in offline mode
Required to use both whitenoise and compress with precompile steps
This commit is contained in:
parent
fefb6cc64b
commit
6108c6f076
3 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,6 @@ set -o pipefail
|
|||
set -o nounset
|
||||
|
||||
|
||||
python /app/manage.py compress
|
||||
python /app/manage.py collectstatic --noinput
|
||||
/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