When running standalone client with docker, do not check container cert output dir for permissions

This commit is contained in:
William Budington
2015-03-21 01:03:14 +00:00
committed by Ubuntu
parent 028179de25
commit 95090974e9
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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" ]