diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 75413f4..e8e882d 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -8,6 +8,10 @@ COPY scripts/ /opt/ # Устанавливаем права RUN chmod +x /opt/init-certbot.sh -RUN chmod +x /opt/renewAllCerts.sh +RUN chmod +x /opt/checkRenewCerts.sh +RUN chmod +x /opt/renewEasysite102.sh +RUN chmod +x /opt/renewValitovGazizCert.sh +RUN chmod +x /opt/renewYalarbaCert.sh + ENTRYPOINT ["/opt/init-certbot.sh"]