Skip to content

Commit bfa2696

Browse files
committed
修复脚本错误
1 parent 140c0f7 commit bfa2696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python manage.py makemigrations && \
2020
python manage.py migrate && \
2121
python manage.py collectstatic --noinput && \
2222
python manage.py compress --force && \
23-
python manage.py build_index && \
23+
python manage.py build_index
2424
# Start your Django Unicorn
2525
# Programs meant to be run under supervisor should not daemonize themselves (do not use --daemon)
2626
exec gunicorn ${DJANGO_WSGI_MODULE}:application \

0 commit comments

Comments
 (0)