Pārlūkot izejas kodu

fixed env warning while building

tomo 9 mēneši atpakaļ
vecāks
revīzija
449c542d5a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -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/