!14 update docker/Dockerfile.

Merge pull request !14 from Xinglin Qiang/N/A
This commit is contained in:
lxk0301
2021-01-14 22:11:59 +08:00
committed by Gitee

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/lxk0301/jd_scripts /scripts \
RUN git clone https://gitee.com/lxk0301/jd_scripts.git /scripts \
&& cd /scripts \
&& git checkout master \
&& mkdir logs \