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