We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140c0f7 commit bfa2696Copy full SHA for bfa2696
bin/docker_start.sh
@@ -20,7 +20,7 @@ python manage.py makemigrations && \
20
python manage.py migrate && \
21
python manage.py collectstatic --noinput && \
22
python manage.py compress --force && \
23
- python manage.py build_index && \
+ python manage.py build_index
24
# Start your Django Unicorn
25
# Programs meant to be run under supervisor should not daemonize themselves (do not use --daemon)
26
exec gunicorn ${DJANGO_WSGI_MODULE}:application \
0 commit comments