add copy line into Dockerfile for renewAllCerts.sh
modified: certbot/Dockerfile
This commit is contained in:
+2
-1
@@ -4,9 +4,10 @@ FROM certbot/certbot
|
|||||||
RUN mkdir -p /etc/letsencrypt/config
|
RUN mkdir -p /etc/letsencrypt/config
|
||||||
|
|
||||||
# Копируем конфигурационные файлы
|
# Копируем конфигурационные файлы
|
||||||
COPY scripts/init-certbot.sh /opt/
|
COPY scripts/ /opt/
|
||||||
|
|
||||||
# Устанавливаем права
|
# Устанавливаем права
|
||||||
RUN chmod +x /opt/init-certbot.sh
|
RUN chmod +x /opt/init-certbot.sh
|
||||||
|
RUN chmod +x /opt/renewAllCerts.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/init-certbot.sh"]
|
ENTRYPOINT ["/opt/init-certbot.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user