Skip to content

Commit a1de136

Browse files
author
neil
committed
minor, just copy necessary files
1 parent be35b55 commit a1de136

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
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)