diff --git a/Procfile b/Procfile index 7d15561..3166e44 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python flask run -h 0.0.0.0 +web: python -m flask run -h 0.0.0.0