Update Dockerfile
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
This commit is contained in:
parent
3b3ac535da
commit
9201c0d107
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue