diff --git a/Procfile b/Procfile index 8c1be7d..25b71ea 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: daphne webhook_logger.asgi:application +web: daphne -p $PORT webhook_logger.asgi:application