From dd193ffcece46d4084da3874514c9c7813f2abee Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 28 Jul 2021 17:18:10 +0200 Subject: [PATCH] Update heroku.yml Re #156 - You can specify the port here too, to be sure --- heroku.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku.yml b/heroku.yml index 31dbd9ad0..8b7afcb4c 100644 --- a/heroku.yml +++ b/heroku.yml @@ -2,4 +2,4 @@ build: docker: changedetection: Dockerfile run: - changedetection: python ./changedetection.py -d /datastore + changedetection: python ./changedetection.py -d /datastore -p $PORT