Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Budington <bill@eff.org>2015-03-21 04:03:14 +0300
committerUbuntu <ubuntu@ip-172-30-0-80.us-west-1.compute.internal>2015-03-21 04:03:14 +0300
commit95090974e9982bfa16f12f8fed76902674d6c774 (patch)
tree622f6da372fdada44f3d86b390dd9fba68af0dac /Dockerfile
parent028179de257441dd294c67bcf20a33dd890bba01 (diff)
When running standalone client with docker, do not check container cert output dir for permissions
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 02c07f40a..b11baa12c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,4 +12,5 @@ RUN \
virtualenv --no-site-packages -p python2 venv && \
./venv/bin/python setup.py install
+ENV DOCKER_RUN True
ENTRYPOINT [ "./venv/bin/letsencrypt", "--text" ]