4 lines
120 B
Docker
4 lines
120 B
Docker
FROM jonasal/nginx-certbot:latest
|
|
COPY nginx.conf /etc/nginx/user_conf.d/default.conf
|
|
COPY html/ /usr/share/nginx/html/
|