From 0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 26 Jan 2023 23:09:03 +0330 Subject: update --- terminaldweller.com/cgit/bootstrap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terminaldweller.com/cgit/bootstrap') 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"] -- cgit v1.2.3