Tibo De Peuter
9201c0d107
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
7 lines
226 B
Docker
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
|