From 1575f8cbad5e4c5a10b51ca0782b47acb7569c2b Mon Sep 17 00:00:00 2001 From: monlor Date: Wed, 29 May 2024 01:18:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E5=88=A0=E9=99=A4start.s?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaoya/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xiaoya/Dockerfile b/xiaoya/Dockerfile index eebffda..ccda87c 100644 --- a/xiaoya/Dockerfile +++ b/xiaoya/Dockerfile @@ -15,6 +15,4 @@ RUN apk add --no-cache curl bash tzdata && \ ADD https://raw.githubusercontent.com/DDS-Derek/xiaoya-alist/master/all_in_one.sh /usr/local/bin/xiaoya.sh -COPY ./start.sh /start.sh - -RUN chmod +x /usr/local/bin/xiaoya.sh /start.sh \ No newline at end of file +RUN chmod +x /usr/local/bin/xiaoya.sh \ No newline at end of file