ungleich-certbot/Dockerfile
2021-10-11 12:28:20 +09:00

6 lines
116 B
Docker

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