Files
bigcapital/docker/certbot/Dockerfile
Ahmed Bouhuolia 70809cb05c WIP Items module.
2019-09-03 02:07:28 +02:00

9 lines
188 B
Docker

FROM phusion/baseimage:0.9.19
COPY scripts /root/scripts/
RUN apt-get update
RUN apt-get install -y letsencrypt
ENTRYPOINT bash -c "bash /root/scripts/run-certbot.sh && sleep infinity"