From 4f0251629e29cc752a88e3414913a0de4eb79658 Mon Sep 17 00:00:00 2001 From: Gaziz Valitov Date: Sat, 26 Jul 2025 07:49:37 +0500 Subject: [PATCH] =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE:=20=20=20=20=20=20certbot/Dockerfile=20change=20line=20w?= =?UTF-8?q?ith=20permits=20for=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certbot/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 75413f4..e95d859 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -7,7 +7,6 @@ RUN mkdir -p /etc/letsencrypt/config COPY scripts/ /opt/ # Устанавливаем права -RUN chmod +x /opt/init-certbot.sh -RUN chmod +x /opt/renewAllCerts.sh +RUN chmod +x /opt/* ENTRYPOINT ["/opt/init-certbot.sh"]