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