nginx-letsencrypt-ipv6/Dockerfile

9 lines
166 B
Docker
Raw Permalink Normal View History

2019-12-14 22:06:39 +00:00
FROM alpine
LABEL maintainer = "docker@ungleich.ch"
RUN apk add --no-cache nginx certbot sipcalc
RUN mkdir /run/nginx
COPY entrypoint.sh /
CMD [ "/entrypoint.sh" ]