diff --git a/Procfile b/Procfile index 86c60cc..7c2c8ba 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python ./web_app.py +web: python web_app.py --port=$PORT