Files
docker-docs/articles/https/Dockerfile
John Mulhausen 4d41e40a79 v1.4 seed
2016-09-01 14:09:43 -07:00

11 lines
137 B
Docker

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