mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
minor
This commit is contained in:
parent
5883e5159f
commit
6dbe49089e
1 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue