diff --git a/README.md b/README.md index 9c75d3b..8c6f425 100644 --- a/README.md +++ b/README.md @@ -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