fix bug.
BuildImage / build-image (push) Has been cancelled Details

This commit is contained in:
李寻欢 2024-02-23 14:34:16 +08:00
parent e365ba9f4a
commit 221df4f291
1 changed files with 1 additions and 1 deletions

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"]