mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
ignore static files when already created
This commit is contained in:
parent
c657baca97
commit
9b493ae9b0
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
|
||||||
|
Loading…
Reference in New Issue
Block a user