diff --git a/Procfile b/Procfile index 4e3eaf4..9a91994 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: daphne projexbackend.asgi:application --port 8081 --bind 0.0.0.0 -v2 +web: gunicorn projexbackend.wsgi