From dce86535bdfef75a58159706af48b75ac2ddb930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Fri, 22 Mar 2019 11:31:06 +0000 Subject: [PATCH] use the correct port --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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