fixed env warning while building

pull/6234/head
tomo 2025-02-15 17:16:07 +01:00
parent 7f19f8cf0e
commit 449c542d5a
No known key found for this signature in database
GPG Key ID: 5FB8BCB7CE54EE44
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ RUN apk --no-cache add -f \
jq \
cronie
ENV LE_CONFIG_HOME /acme.sh
ENV LE_CONFIG_HOME=/acme.sh
ARG AUTO_UPGRADE=1
ENV AUTO_UPGRADE $AUTO_UPGRADE
ENV AUTO_UPGRADE=$AUTO_UPGRADE
#Install
COPY ./ /install_acme.sh/