ungleich-certbot/Dockerfile
2021-12-04 23:46:57 +01:00

6 lines
138 B
Docker

FROM nginx:1.21.4-alpine
RUN apk update && apk add certbot bind-tools
COPY entrypoint.sh nginx-http-redir.conf /
CMD ["/entrypoint.sh"]