summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 00:41:15 +0500
committermavlonerkinboev <mavlonbek.ibragimov007@gmail.com>2021-08-07 00:41:15 +0500
commitc1055c894b6b93062037a523a58d43cea7981ba6 (patch)
tree05c75fd5b62d90e8ee69ce8258105579142d596e /Procfile
parent1479684bb457bb1cadd6fda516a063188c58fdc8 (diff)
Fixed path of class
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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