mirror of
https://github.com/vxcontrol/rancher-letsencrypt.git
synced 2026-07-01 00:08:01 -04:00
10 lines
249 B
Docker
10 lines
249 B
Docker
FROM alpine:3.5
|
|
|
|
RUN apk add --no-cache ca-certificates
|
|
|
|
ADD build/rancher-letsencrypt-linux-amd64 /usr/bin/rancher-letsencrypt
|
|
|
|
RUN chmod +x /usr/bin/rancher-letsencrypt
|
|
|
|
ENTRYPOINT ["/usr/bin/rancher-letsencrypt", "-debug", "-test-mode"]
|
|
EXPOSE 80 |