修复队列发送Bug
This commit is contained in:
parent
225e27bf88
commit
e9818fb6fa
@ -27,7 +27,6 @@ docker pull redis
|
|||||||
# 创建 entrypoint.sh 入口文件
|
# 创建 entrypoint.sh 入口文件
|
||||||
echo '#! /bin/sh \
|
echo '#! /bin/sh \
|
||||||
cd /root/word_cloud_bot && python3 main.py >> output 2>&1 &
|
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
|
tail -f /dev/null' > /root/entrypoint.sh
|
||||||
|
|
||||||
# 创建 Dockerfile
|
# 创建 Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user