Initial setup for neilpang/acme.sh docker image.
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user