From fa47dac5221eae3d3f6788dfd39e78f97564f181 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Tue, 30 Apr 2024 12:50:19 +0200 Subject: [PATCH] last commit for now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adfcc13d6..ae437c5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,6 @@ RUN touch /etc/crontab && \ echo "20 2 1 */1 * curl --silent http://localhost/update/update_pota &>/dev/null" >> /etc/crontab && \ echo "0 3 1 */1 * curl --silent http://localhost/update/update_dok &>/dev/null" >> /etc/crontab RUN chmod 0644 /etc/crontab -RUN crontab