mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Dockerfile: set PATH
This commit is contained in:
parent
9a0073fff5
commit
29fdde5f5f
1 changed files with 2 additions and 1 deletions
|
|
@ -51,5 +51,6 @@ RUN virtualenv --no-site-packages -p python2 /opt/letsencrypt && \
|
|||
# this might also help in debugging: you can "docker run --entrypoint
|
||||
# bash" and investigate, apply patches, etc.
|
||||
|
||||
ENV PATH /opt/letsencrypt/bin:$PATH
|
||||
# TODO: is --text really necessary?
|
||||
ENTRYPOINT [ "/opt/letsencrypt/bin/letsencrypt", "--text" ]
|
||||
ENTRYPOINT [ "letsencrypt", "--text" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue