diff --git a/bin/docker_run.sh b/bin/docker_run.sh index 2a631bd9950..36042a39d30 100755 --- a/bin/docker_run.sh +++ b/bin/docker_run.sh @@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then echo "Jumping migrations forward to the most recent." schematic migrations/ --fake echo "Creating the initial index" - python manage.py reindex --index=apps + python manage.py reindex fi python manage.py runserver 0.0.0.0:2600