Skip to content

Commit dd5dd42

Browse files
authored
Merge branch 'dev' into dev
2 parents 8a27c90 + a1de136 commit dd5dd42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ ARG AUTO_UPGRADE=1
2222
ENV AUTO_UPGRADE=$AUTO_UPGRADE
2323

2424
#Install
25-
COPY ./ /install_acme.sh/
25+
COPY ./acme.sh /install_acme.sh/acme.sh
26+
COPY ./deploy /install_acme.sh/deploy
27+
COPY ./dnsapi /install_acme.sh/dnsapi
28+
COPY ./notify /install_acme.sh/notify
29+
2630
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/
2731

2832

0 commit comments

Comments
 (0)