docker-test/Dockerfile

8 lines
226 B
Docker
Raw Normal View History

2023-10-16 20:06:21 +02:00
FROM nginx:latest
2023-10-16 21:24:13 +02:00
# 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