脚本优化
Some checks failed
BuildImage / build-image (push) Has been cancelled

This commit is contained in:
李寻欢 2024-02-23 10:57:03 +08:00
parent 8b3533608f
commit 988e1714c2
2 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@ RUN ls -lah
# 安装微信 # 安装微信
COPY install-wechat.sh install-wechat.sh COPY install-wechat.sh install-wechat.sh
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 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 sudo chmod a+x install-wechat.sh && ./install-wechat.sh
RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh

View File

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
tty: true tty: true
ports: ports:
- 8080:8080 - 5900:5900
- 19088:19088 - 19088:19088
39581-v11: 39581-v11:
@ -25,7 +25,7 @@ services:
restart: unless-stopped restart: unless-stopped
tty: true tty: true
ports: ports:
- 8080:8080 - 5900:5900
- 19088:19088 - 19088:19088
39223-v9: 39223-v9:
@ -40,5 +40,5 @@ services:
restart: unless-stopped restart: unless-stopped
tty: true tty: true
ports: ports:
- 8080:8080 - 5900:5900
- 19088:19088 - 19088:19088