From c1055c894b6b93062037a523a58d43cea7981ba6 Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Sat, 7 Aug 2021 00:41:15 +0500 Subject: Fixed path of class --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index a59d9e8..de5dbec 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: java -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 -cp /app/src/main/java/com/mavlonerkinboev/animarfo/telegram/bot com.mavlonerkinboev.animarfo.telegram.bot.Bot \ No newline at end of file +worker: java -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 -cp ./target/classes:./target/dependency/* com.mavlonerkinboev.animarfo.telegram.bot.Bot \ No newline at end of file -- cgit v1.2.3