dockerfile update test

This commit is contained in:
Parsa Nazer
2025-02-25 00:09:48 +03:30
parent 6649f5eecb
commit 9e6db820f0
+1 -1
View File
@@ -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"]
CMD ["crond", "-f", "-l", "8", "-L", "/var/log/cron/cron.log"]