ignore static files when already created

This commit is contained in:
simon 2021-09-16 21:59:36 +07:00
parent c657baca97
commit 9b493ae9b0
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -14,7 +14,7 @@ until curl "$ES_URL" -fs; do
done
python manage.py migrate
python manage.py collectstatic
python manage.py collectstatic --noinput -c
nginx &
celery -A home.tasks worker --loglevel=INFO &
uwsgi --ini uwsgi.ini