From e76f402c66fa4bef9c6b689283ddf52e1c16f1ca Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2024 13:07:03 +0200 Subject: [PATCH] install.sh removed from Docker file --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d1f9e7..aad97cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,6 @@ 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 COPY installer.css /usr/share/nginx/html RUN chown -R nginx:nginx /usr/share/nginx/html