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