diff --git a/Dockerfile b/Dockerfile index cafc4f7..b88a522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ FROM nginx:latest -COPY /var/www/.well-known /usr/share/nginx/html/.well-known \ No newline at end of file +# 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