Merge with master branch
This commit is contained in:
8
certbot/Dockerfile
Normal file
8
certbot/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM phusion/baseimage:latest
|
||||
|
||||
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