From 21635b5ba69545b66f0b51bcf0d34cd1f96a6d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Fri, 11 Nov 2022 16:53:01 +0100 Subject: [PATCH] wip --- heroku.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/heroku.yml b/heroku.yml index 187aa71..437f6f4 100644 --- a/heroku.yml +++ b/heroku.yml @@ -17,3 +17,7 @@ build: GITEA__database__PASSWD: gitea PORT: 3002 HTTP_PORT: 3002 +release: + image: gitea/gitea:1.14.5-rootless + command: + - ./gitea web -port 3006