Initial commit
This commit is contained in:
10
vendor/github.com/hyperhq/hypercli/docs/security/https/Dockerfile
generated
vendored
Normal file
10
vendor/github.com/hyperhq/hypercli/docs/security/https/Dockerfile
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt-get update && apt-get install -yq openssl
|
||||
|
||||
ADD make_certs.sh /
|
||||
|
||||
|
||||
WORKDIR /data
|
||||
VOLUME ["/data"]
|
||||
CMD /make_certs.sh
|
||||
Reference in New Issue
Block a user