修复脚本错误

sh_branch
liangliangyy 3 years ago
parent 140c0f7e33
commit bfa2696cfa

@ -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 \

Loading…
Cancel
Save