From 63199041b9fa306f6233862853ed1ad537c304f7 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sun, 28 Jan 2024 13:48:55 +0100 Subject: [PATCH] Remove unused copy --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b88a522..26ad181 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,4 @@ FROM nginx:latest -# Copy your .well-known files -COPY /var/www/.well-known /usr/share/nginx/html/.well-known - # Replace the default NGINX configuration file with your custom configuration COPY nginx.conf /etc/nginx/nginx.conf