Skip to content

Commit

Permalink
Bind Heroku's port to Gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodamico committed Jan 3, 2022
1 parent 8a2c736 commit 22ec920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

python manage.py migrate
gunicorn backend.wsgi \
--bind 0.0.0.0:8000 \
--bind 0.0.0.0:${PORT:-8000} \
--log-file - \
--log-level info \
--access-logfile - \
Expand Down

0 comments on commit 22ec920

Please sign in to comment.