From bd55ef00b0c283945b24c5b7f8af7da032bbbb5c Mon Sep 17 00:00:00 2001 From: Akira Date: Fri, 11 Dec 2020 17:49:43 +0800 Subject: [PATCH] fix --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 474213b2..c529af5b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ RUN set -ex \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone -RUN git clone https://github.com/iouAkira/jd_scripts /scripts \ +RUN git clone https://github.com/lxk0301/jd_scripts /scripts \ && cd /scripts \ && git checkout master \ && mkdir logs \