mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 08:03:19 +02:00
When running standalone client with docker, do not check container cert output dir for permissions
This commit is contained in:
committed by
Ubuntu
parent
028179de25
commit
95090974e9
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user