Update Dockerfile
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s

This commit is contained in:
Tibo De Peuter 2023-10-16 21:24:13 +02:00
parent 3b3ac535da
commit 9201c0d107

View file

@ -1,3 +1,7 @@
FROM nginx:latest FROM nginx:latest
COPY /var/www/.well-known /usr/share/nginx/html/.well-known # 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