Update run.sh
This commit is contained in:
parent
f2981d2d0f
commit
29bace4395
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -eux
|
||||
yes yes | python manage.py migrate
|
||||
python manage.py migrate --noinput
|
||||
python manage.py collectstatic --noinput --clear
|
||||
python manage.py compress
|
||||
gunicorn blog.wsgi -b 0.0.0.0:8000 --log-file -
|
||||
|
|
Reference in a new issue