mirror of
https://github.com/certbot/certbot.git
synced 2026-03-29 22:04:43 -04:00
add certbot wrapper to Dockerfile-old
This commit is contained in:
parent
eb1e3c4cb3
commit
ca42e99222
1 changed files with 5 additions and 0 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue