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"]