This commit is contained in:
Akira
2020-12-11 17:49:43 +08:00
committed by GitHub
parent 408cf21898
commit bd55ef00b0

View File

@@ -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 \