Remove unused copy
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 1m46s

This commit is contained in:
Tibo De Peuter 2024-01-28 13:48:55 +01:00
parent 0d99fe513f
commit 63199041b9

View file

@ -1,7 +1,4 @@
FROM nginx:latest 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 # Replace the default NGINX configuration file with your custom configuration
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf