ungleich-certbot/Dockerfile

8 lines
106 B
Docker
Raw Normal View History

2021-10-10 07:05:51 +00:00
FROM nginx:1.21.3-alpine
2021-06-13 07:45:38 +00:00
RUN apk update
RUN apk add certbot
2021-06-19 14:41:43 +00:00
COPY entrypoint.sh /
CMD ["/entrypoint.sh"]