1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-04 05:49:19 +03:00

add certbot wrapper to Dockerfile-old

This commit is contained in:
Brad Warren
2017-03-03 13:57:03 -08:00
parent eb1e3c4cb3
commit ca42e99222

View File

@@ -67,4 +67,9 @@ RUN /opt/certbot/venv/bin/python /opt/certbot/src/pipstrap.py && \
# this might also help in debugging: you can "docker run --entrypoint
# bash" and investigate, apply patches, etc.
# set up certbot/letsencrypt wrapper to warn people about Dockerfile changes
COPY tools/docker-warning.sh /opt/certbot/bin/certbot
RUN ln -s /opt/certbot/bin/certbot /opt/certbot/bin/letsencrypt
ENV PATH /opt/certbot/bin:$PATH
ENTRYPOINT [ "certbot" ]