word_cloud_bot/README.md
机器人总动员 a15c6ecf72 添加使用方法
2021-05-05 17:25:02 +08:00

473 B

使用方法

cd /root

docker pull redis


echo '#! /bin/sh \
cd /root/word_cloud_bot && python3 main.py >> output 2>&1 &
tail -f /dev/null' > /root/entrypoint.sh

wget -O /root/Dockerfile https://github.com/devourbots/word_cloud_bot/raw/master/Dockerfile

vi /root/Dockerfile

在第六行修改你的机器人TOKEN

docker build . -t world_cloud_bot:latest

docker run -d -p 6379:6379 redis:latest

docker run -d --net=host world_cloud_bot:latest