From 098bd7547176d5e5b442a8cd68ee269ecdb85d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=AA=E6=9D=A5?= Date: Sun, 30 Jun 2024 09:12:11 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e75dc87..bcad85d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,4 +80,4 @@ RUN chmod -R 0777 /bot /root/.aria2 /upload.sh /start.sh && \ bash install.sh # 设置启动命令 -CMD wget https://raw.githubusercontent.com/666wcy/ARPT-Bot/main/start.sh -O start.sh && chmod 0777 start.sh && bash start.sh +CMD wget https://raw.githubusercontent.com/aiastia-dockerhub/ARPT-Bot/main/start.sh -O start.sh && chmod 0777 start.sh && bash start.sh