mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP Items module.
This commit is contained in:
8
docker/certbot/Dockerfile
Normal file
8
docker/certbot/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user