mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-08 00:21:52 +00:00
优化entrypoint.sh脚本
This commit is contained in:
@ -19,7 +19,7 @@ ARG app_env=prod
|
||||
|
||||
ENV APP_ENV=${app_env:-"prod"} \
|
||||
TIMEZONE=${timezone:-"Asia/Shanghai"} \
|
||||
cron="3 11 * * *"
|
||||
cron="3 */10 * * *"
|
||||
|
||||
##
|
||||
# ---------- building ----------
|
||||
|
Reference in New Issue
Block a user