From 8a88ef2f160f46a0b8c2039e2cb1b15ff8017740 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:38:38 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 98fd8e8..03e9436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ ADD ${WECHAT_URL} WeChatSetup.exe # 安装微信 COPY install-wechat.sh install-wechat.sh +RUN ls -lah + RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 RUN sudo apt install -y net-tools RUN sudo chown app:app WeChatSetup.exe && ./install-wechat.sh