mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 07:22:44 +00:00
fixed env warning while building
This commit is contained in:
parent
7f19f8cf0e
commit
449c542d5a
@ -15,11 +15,11 @@ RUN apk --no-cache add -f \
|
|||||||
jq \
|
jq \
|
||||||
cronie
|
cronie
|
||||||
|
|
||||||
ENV LE_CONFIG_HOME /acme.sh
|
ENV LE_CONFIG_HOME=/acme.sh
|
||||||
|
|
||||||
ARG AUTO_UPGRADE=1
|
ARG AUTO_UPGRADE=1
|
||||||
|
|
||||||
ENV AUTO_UPGRADE $AUTO_UPGRADE
|
ENV AUTO_UPGRADE=$AUTO_UPGRADE
|
||||||
|
|
||||||
#Install
|
#Install
|
||||||
COPY ./ /install_acme.sh/
|
COPY ./ /install_acme.sh/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user