fix bug.
Some checks failed
BuildImage / build-image (push) Failing after 3m20s

This commit is contained in:
李寻欢 2024-02-23 14:22:55 +08:00
parent 1aa59872d0
commit e365ba9f4a

View File

@ -36,4 +36,5 @@ RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
EXPOSE 5900 19088 EXPOSE 5900 19088
COPY cmd.sh /cmd.sh COPY cmd.sh /cmd.sh
RUN chmod +x /cmd.sh
CMD ["/cmd.sh"] CMD ["/cmd.sh"]