magyarsz
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
Dockerfile
|
|
@ -22,7 +22,11 @@ ARG AUTO_UPGRADE=1 |
|
|
|
ENV AUTO_UPGRADE=$AUTO_UPGRADE |
|
|
|
|
|
|
|
#Install |
|
|
|
COPY ./ /install_acme.sh/ |
|
|
|
COPY ./acme.sh /install_acme.sh/acme.sh |
|
|
|
COPY ./deploy /install_acme.sh/deploy |
|
|
|
COPY ./dnsapi /install_acme.sh/dnsapi |
|
|
|
COPY ./notify /install_acme.sh/notify |
|
|
|
|
|
|
|
RUN cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/acme.sh --install || curl https://get.acme.sh | sh) && rm -rf /install_acme.sh/ |
|
|
|
|
|
|
|
|
|
|
|