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