mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 03:40:31 +00:00
9 lines
188 B
Docker
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"
|