изменено: certbot/Dockerfile

change line with permits for files
This commit is contained in:
Gaziz Valitov
2025-07-26 07:49:37 +05:00
parent d2b064b5b8
commit 4f0251629e
+1 -2
View File
@@ -7,7 +7,6 @@ RUN mkdir -p /etc/letsencrypt/config
COPY scripts/ /opt/ COPY scripts/ /opt/
# Устанавливаем права # Устанавливаем права
RUN chmod +x /opt/init-certbot.sh RUN chmod +x /opt/*
RUN chmod +x /opt/renewAllCerts.sh
ENTRYPOINT ["/opt/init-certbot.sh"] ENTRYPOINT ["/opt/init-certbot.sh"]