diff --git a/Procfile b/Procfile index b90920b..a853622 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn config.wsgi:application --bind 0.0.0.0:8000 \ No newline at end of file +web: gunicorn config.wsgi:application --bind 0.0.0.0:$PORT \ No newline at end of file