diff options
| author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-06 20:25:05 +0500 | 
|---|---|---|
| committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-08-06 20:25:05 +0500 | 
| commit | 1378b05dad484800eef591b9d5381bae61db3562 (patch) | |
| tree | 5ca4e596a9147d961f1f504bc152231c7daf605d | |
| parent | e5109eaf3b26444fc0f5d57730225f57f195a5ca (diff) | |
Fixed procfile
| -rw-r--r-- | Procfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1 +1 @@ -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 +web: java $JAVA_OPTS -cp target/classes:target/dependency/* com.mavlonerkinboev.animarfo.telegram.bot.Bot
\ No newline at end of file |