From 768998e313e0f8ec0226089a1964985e8e59fbde Mon Sep 17 00:00:00 2001 From: ikuaki1009 Date: Sun, 16 Apr 2023 11:52:41 +0000 Subject: [PATCH] =?UTF-8?q?update=20docker/docker-entrypoint.sh.=20image-s?= =?UTF-8?q?ize=20=E5=B7=B2=E7=BB=8F=E6=98=AF=20Miao-Yunzai=20=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=EF=BC=8C=E8=BF=99=E9=87=8C=E4=B8=8D=E7=94=A8?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ikuaki1009 --- docker/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index cc0692b..be14404 100644 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -71,7 +71,7 @@ if [ -d $MIAO_PLUGIN_PATH"/.git" ]; then if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then set -e echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n" - pnpm add image-size -w + pnpm install -P touch ~/.ovo/miao.ok set +e fi