Skip to content

Commit

Permalink
Merge pull request #670 from liangliangyy/dev
Browse files Browse the repository at this point in the history
修复脚本错误
  • Loading branch information
liangliangyy committed Jul 7, 2023
2 parents e6a9513 + bfa2696 commit 04ceef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker_start.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit 04ceef8

Please sign in to comment.