diff --git a/Procfile b/Procfile index 5d618a3..d09b9a5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: waitress-serve --port $PORT server:app +web: waitress-serve --port $PORT app.server:app