Dockerfile: set PATH

This commit is contained in:
Jakub Warmuz
2015-05-09 18:50:40 +00:00
parent 9a0073fff5
commit 29fdde5f5f
+2 -1
View File
@@ -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" ]