add certbot
This commit is contained in:
10
docker/certbot/Dockerfile
Executable file
10
docker/certbot/Dockerfile
Executable file
@@ -0,0 +1,10 @@
|
||||
FROM phusion/baseimage:bionic-1.0.0
|
||||
|
||||
LABEL maintainer="Ludovic CANDELLIER <ludovic.candellier@fundglobam.com>"
|
||||
|
||||
COPY run-certbot.sh /root/certbot/run-certbot.sh
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y letsencrypt
|
||||
|
||||
ENTRYPOINT bash -c "bash /root/certbot/run-certbot.sh && sleep infinity"
|
||||
Reference in New Issue
Block a user