ungleich-certbot/Dockerfile
2021-10-10 16:05:51 +09:00

7 lines
106 B
Docker

FROM nginx:1.21.3-alpine
RUN apk update
RUN apk add certbot
COPY entrypoint.sh /
CMD ["/entrypoint.sh"]