From 6c234721023e0dbb9bb8ccb9c06fd758e5b7a4d5 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:21:54 +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 insertion(+) diff --git a/Dockerfile b/Dockerfile index fca9427..2485738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ 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