From 2aa7fb0022fca98f5fed71f083eb2c9fd873d171 Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 28 Jun 2024 12:11:37 +0200 Subject: [PATCH] updated drone --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f61f3ba..5ce5a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,10 +59,8 @@ RUN \ COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /usr/share/nginx/html - COPY index.html /usr/share/nginx/html COPY install.php /usr/share/nginx/html - RUN chown -R nginx:nginx /usr/share/nginx/html VOLUME ["/var/cache/nginx"]