From 74e162ff604bdb65f10eeb0add8011d4a44d848a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Aug 2024 18:36:16 +0200 Subject: [PATCH] copy files --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2be7698..4d1f9e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,8 @@ COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /usr/share/nginx/html COPY index.html /usr/share/nginx/html COPY manage.html /usr/share/nginx/html +COPY scan.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 COPY install.sh /usr/share/nginx/html