From 221df4f2919021d80ce5e2ce3015a1175e27b53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 23 Feb 2024 14:34:16 +0800 Subject: [PATCH] fix bug. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 682b8ae..1c7a819 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file