Browse Source

fixed env warning while building

pull/6234/head
tomo 1 week ago
parent
commit
449c542d5a
No known key found for this signature in database GPG Key ID: 5FB8BCB7CE54EE44
  1. 4
      Dockerfile

4
Dockerfile

@ -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…
Cancel
Save