docker-test/Dockerfile
Tibo De Peuter 9201c0d107
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
Update Dockerfile
2023-10-16 21:24:13 +02:00

7 lines
226 B
Docker

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