From 3c9e059113eac30541d1478bf88a5aa0a4d68369 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Thu, 16 Jan 2025 09:02:29 +0100 Subject: [PATCH] scan.html to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f95bc54..d33df2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /usr/share/nginx/html 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 functions.php /usr/share/nginx/html