From 4c4a2897f3fdb16b8e3c11f19517689df207f177 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Tue, 12 Dec 2017 01:42:53 +0100 Subject: [PATCH] I think it's an another Heroku test ;) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5949ebc..f8ed8df 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar -t $TOKEN +web: java -Dlog4j.configurationFile=/app/Heroku/log4j2.xml -jar /app/build/libs/DiscordBot-0.1.0.jar --server.port=80 -t $TOKEN