mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 14:19:43 +00:00
ignore static files when already created
This commit is contained in:
2
run.sh
2
run.sh
@@ -14,7 +14,7 @@ until curl "$ES_URL" -fs; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
python manage.py collectstatic
|
python manage.py collectstatic --noinput -c
|
||||||
nginx &
|
nginx &
|
||||||
celery -A home.tasks worker --loglevel=INFO &
|
celery -A home.tasks worker --loglevel=INFO &
|
||||||
uwsgi --ini uwsgi.ini
|
uwsgi --ini uwsgi.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user