fix cron
docker-build / Build image (push) Successful in 14s

This commit is contained in:
2026-09-02 16:51:19 +07:00
parent f166f95b44
commit 99bc9665c3
6 changed files with 222 additions and 32 deletions
-2
View File
@@ -19,8 +19,6 @@ RUN wget https://github.com/rclone/rclone/releases/download/v1.71.0/rclone-v1.71
chown root:root /usr/bin/rclone && \
chmod 755 /usr/bin/rclone
RUN export TZ=/usr/share/zoneinfo/${TZ}
RUN mkdir -p scripts
COPY scripts/ /scripts