ungleich-certbot/Dockerfile

7 lines
138 B
Docker
Raw Normal View History

2021-12-04 22:46:57 +00:00
FROM nginx:1.21.4-alpine
2021-06-13 07:45:38 +00:00
2021-10-11 03:28:20 +00:00
RUN apk update && apk add certbot bind-tools
2021-06-19 14:41:43 +00:00
2021-12-04 22:46:57 +00:00
COPY entrypoint.sh nginx-http-redir.conf /
2021-06-19 14:41:43 +00:00
CMD ["/entrypoint.sh"]