Files
rancher-letsencrypt/Dockerfile.dev
T
2016-03-12 21:08:57 +01:00

11 lines
284 B
Docker

FROM alpine:3.3
MAINTAINER Jan Broer <jan@festplatte.eu.org>
RUN apk add --no-cache ca-certificates
ADD build/rancher-letsencrypt-linux-amd64 /usr/bin/rancher-letsencrypt
RUN chmod +x /usr/bin/rancher-letsencrypt
VOLUME /etc/letsencrypt
ENTRYPOINT ["/usr/bin/rancher-letsencrypt"]