diff --git a/bin/docker_start.sh b/bin/docker_start.sh index 4cd9d0c..e599381 100644 --- a/bin/docker_start.sh +++ b/bin/docker_start.sh @@ -20,7 +20,7 @@ python manage.py makemigrations && \ python manage.py migrate && \ python manage.py collectstatic --noinput && \ python manage.py compress --force && \ - python manage.py build_index && \ + python manage.py build_index # Start your Django Unicorn # Programs meant to be run under supervisor should not daemonize themselves (do not use --daemon) exec gunicorn ${DJANGO_WSGI_MODULE}:application \