优化entrypoint.sh脚本

This commit is contained in:
david
2020-12-22 01:14:40 +08:00
parent 1ff415ea91
commit 801d7b016f
4 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ FROM arm64v8/alpine:3.12
ENV TZ Asia/Shanghai
ENV cron="3 15 * * *"
ENV cron="3 */10 * * *"
RUN set -ex \
&& sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \