This commit is contained in:
neilpang 2017-06-04 21:37:41 +08:00
parent cd1e368128
commit 4e884e2258

View file

@ -10,7 +10,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*
ENV AUTOUPGRADE=1
ENV AUTO_UPGRADE=1
ENV LE_WORKING_DIR=/acme.sh
ENV LE_CONFIG_HOME=/acmecerts
RUN wget -O- https://get.acme.sh | sh