diff --git a/Procfile b/Procfile index d43b8ec..90c72bf 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: waitress-serve --port=8041 --url-scheme=https morepython.wsgi:application --port=$PORT +web: waitress-serve --port=8041 --url-scheme=https --port=$PORT morepython.wsgi:application