Skip to content

Commit

Permalink
feat: use gunicorn wsgi instead of asgi on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Dec 28, 2023
1 parent 1d1525d commit db6ebec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Running collectstatic"
python manage.py collectstatic --noinput

echo "Starting server"
exec gunicorn chats.wsgi -c gunicorn.conf.py
exec gunicorn chats.asgi -c gunicorn.conf.py

do_gosu(){
user="$1"
Expand Down

0 comments on commit db6ebec

Please sign in to comment.