修复队列发送Bug

This commit is contained in:
机器人总动员 2021-05-09 12:46:29 +08:00
parent 225e27bf88
commit e9818fb6fa

View File

@ -27,7 +27,6 @@ docker pull redis
# 创建 entrypoint.sh 入口文件
echo '#! /bin/sh \
cd /root/word_cloud_bot && python3 main.py >> output 2>&1 &
cd /root/word_cloud_bot && bash restart.sh 2>&1 &
tail -f /dev/null' > /root/entrypoint.sh
# 创建 Dockerfile