From 48be304a6c87cbece0b8a35415245aa560a83faa Mon Sep 17 00:00:00 2001 From: hael Date: Wed, 12 Mar 2025 00:58:34 +0100 Subject: [PATCH] letsencrypt_log.php - show log --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b05e7c6..6db74cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,7 @@ COPY index.html /usr/share/nginx/html COPY scan.html /usr/share/nginx/html COPY manage.html /usr/share/nginx/html COPY scan.php /usr/share/nginx/html +COPY letsencrypt_log.php /usr/share/nginx/html COPY functions.php /usr/share/nginx/html COPY install.html /usr/share/nginx/html COPY install.php /usr/share/nginx/html