diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
commit | 0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8 (patch) | |
tree | 02dc48110514c1574b1377f636c34a15a1d12695 /terminaldweller.com/cgit/bootstrap/Dockerfile | |
parent | update (diff) | |
download | scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.tar.gz scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.zip |
update
Diffstat (limited to 'terminaldweller.com/cgit/bootstrap/Dockerfile')
-rw-r--r-- | terminaldweller.com/cgit/bootstrap/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terminaldweller.com/cgit/bootstrap/Dockerfile b/terminaldweller.com/cgit/bootstrap/Dockerfile index be4f278..a1c2ea8 100644 --- a/terminaldweller.com/cgit/bootstrap/Dockerfile +++ b/terminaldweller.com/cgit/bootstrap/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache git apk-cron # RUN rc-service crond start && rc-update add crond COPY ./bootstrap.sh /bootstrap.sh COPY ./docker-entrypoint.sh /docker-entrypoint.sh -COPY ./cron /etc/periodic/15min/cron +COPY ./cron /etc/periodic/daily/cron # COPY ./crontab /etc/crontabs/root # RUN chmod 0744 /bootstrap.sh ENTRYPOINT ["/docker-entrypoint.sh"] |