add some initial setup tasks to docker

This commit is contained in:
wh1te909 2020-04-11 07:47:55 +00:00
parent 820a13a4dc
commit daa4f0f9de
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@
sleep 5
python manage.py migrate --no-input
python manage.py collectstatic --no-input
python manage.py initial_db_setup
python manage.py load_chocos