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