3 lines
78 B
Docker
3 lines
78 B
Docker
|
FROM nginx:latest
|
||
|
|
||
|
COPY /var/www/.well-known /usr/share/nginx/html/.well-known
|