diff --git a/Dockerfile b/Dockerfile index 375236b..682b8ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +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 CMD ["/cmd.sh"] \ No newline at end of file