diff --git a/Dockerfile b/Dockerfile index 85e2a62..31ae797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN ls -lah # 安装微信 COPY install-wechat.sh install-wechat.sh -RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && netstap -ntlp +RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 10 && netstat -ntlp RUN sudo chmod a+x install-wechat.sh && ./install-wechat.sh RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh