From e9818fb6fa34016422f6732c35cc7bf8cc9b7453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E6=80=BB=E5=8A=A8=E5=91=98?= <73592731+devourbots@users.noreply.github.com> Date: Sun, 9 May 2021 12:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=98=9F=E5=88=97=E5=8F=91?= =?UTF-8?q?=E9=80=81Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) 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