Files
docker-docs/articles/https/Dockerfile
John Mulhausen f231bfa86e v1.5 seed
2016-09-01 14:07:27 -07:00

11 lines
136 B
Docker

FROM debian
RUN apt-get update && apt-get install -yq openssl
ADD make_certs.sh /
WORKDIR /data
VOLUME ["/data"]
CMD /make_certs.sh