fix bug.
Some checks failed
BuildImage / build-image (push) Has been cancelled

This commit is contained in:
李寻欢 2024-02-23 14:34:16 +08:00
parent e365ba9f4a
commit 221df4f291

View File

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