feat: 🎸 修改readme

This commit is contained in:
xubiaolin
2023-09-09 14:54:05 +08:00
parent 9f41401c0f
commit 0553691b72
2 changed files with 18 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ function install() {
docker build --no-cache --build-arg ZT_PORT=$port --network host -t $imageName .
if [ $? -ne 0 ]; then
echo "镜像打包失败,请重试"
echo "国内机器打包容易失败,请多试几次"
exit 1
fi