3 lines
72 B
Docker
3 lines
72 B
Docker
FROM nginx:1-alpine
|
|
|
|
ADD .well-known /usr/share/nginx/html/.well-known
|