This commit is contained in:
parent
8b3533608f
commit
988e1714c2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user