From 9b493ae9b092cffdf1b888e2ca32a2b726b393ce Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 16 Sep 2021 21:59:36 +0700 Subject: [PATCH] ignore static files when already created --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 14a3663..e1eb4b7 100644 --- a/run.sh +++ b/run.sh @@ -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