mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-23 09:11:06 +00:00
优化entrypoint.sh脚本
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user