Initial setup for neilpang/acme.sh docker image.

This commit is contained in:
2021-07-03 05:59:28 +00:00
commit 3eef461208
2 changed files with 42 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM neilpang/acme.sh:latest
MAINTAINER gyurix
RUN apk update && apk add --no-cache jq
COPY ./start.letsencrypt.sh /start.letsencrypt.sh
ENTRYPOINT ["/start.letsencrypt.sh"]