From 9e6db820f0660026b688f467de9db12f178e6fa8 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Tue, 25 Feb 2025 00:09:48 +0330 Subject: [PATCH] dockerfile update test --- backup/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/dockerfile b/backup/dockerfile index 438a3c5..4790e11 100644 --- a/backup/dockerfile +++ b/backup/dockerfile @@ -17,4 +17,4 @@ RUN chmod +x backup.sh && \ RUN printenv | grep -E 'PG_|TELEGRAM_' >> /etc/environment -CMD ["sh", "-c", "crond -f -l 0 -L /var/log/cron/cron.log"] \ No newline at end of file +CMD ["crond", "-f", "-l", "8", "-L", "/var/log/cron/cron.log"] \ No newline at end of file