From 988e1714c29dede2cca592b8680231ccf0554b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 23 Feb 2024 10:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - docker-compose.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 38d3ee7..a365711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,6 @@ RUN ls -lah # 安装微信 COPY install-wechat.sh install-wechat.sh RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 -RUN sudo apt install -y net-tools RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh diff --git a/docker-compose.yml b/docker-compose.yml index f88b467..c24242e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: restart: unless-stopped tty: true ports: - - 8080:8080 + - 5900:5900 - 19088:19088 39581-v11: @@ -25,7 +25,7 @@ services: restart: unless-stopped tty: true ports: - - 8080:8080 + - 5900:5900 - 19088:19088 39223-v9: @@ -40,5 +40,5 @@ services: restart: unless-stopped tty: true ports: - - 8080:8080 + - 5900:5900 - 19088:19088