copied the code from the working repo
This commit is contained in:
14
mtucijobsbot/run.sh
Normal file
14
mtucijobsbot/run.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker stop mtuci-jobs || echo "1"
|
||||
docker rm mtuci-jobs || echo "2"
|
||||
|
||||
docker run -d \
|
||||
--restart always \
|
||||
-h mtuci-jobs \
|
||||
--name mtuci-jobs \
|
||||
-e BOT_TOKEN="7306496213:AAGuvha0ytpF8keCZpes8BdP1AnfP7yEiSE" \
|
||||
--log-opt mode=non-blocking \
|
||||
--log-opt max-size=10m \
|
||||
--log-opt max-file=3 \
|
||||
mtuci-jobs-image:latest
|
||||
Reference in New Issue
Block a user