From 17d62a0247d9ae31cb072e14b22467bc704cf303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 15 Jan 2024 14:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2485738..fca9427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ COPY install-wechat.sh install-wechat.sh RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && \ sleep 10 && \ sudo chown app:app WeChatSetup.exe && \ - sudo chown app:app install-wechat.sh && \ ./install-wechat.sh && \ rm -rf WeChatSetup.exe && \ rm -rf install-wechat.sh