modified: certbot/Dockerfile

new file:   certbot/scripts/crontab.txt
	modified:   certbot/scripts/init-certbot.sh
Add crontab task file, add into build cront install command
This commit is contained in:
2025-07-19 17:50:36 +05:00
parent 1a2cfa2104
commit 24752ff05f
3 changed files with 24 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
FROM certbot/certbot
# Обновляем репозитории и устанавливаем cron
RUN apt-get update && \
apt-get install -y cron
# Создаем директории для конфигов
RUN mkdir -p /etc/letsencrypt/config