diff --git a/Dockerfile b/Dockerfile index 3dd4c98..54872bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ARG app_env=prod ENV APP_ENV=${app_env:-"prod"} \ TIMEZONE=${timezone:-"Asia/Shanghai"} \ - cron="0 10 * * 0" + cron="8 11 * * 0" ## # ---------- building ----------