Change to CMD, fix README

This commit is contained in:
askiiart 2023-11-14 08:07:46 -06:00
parent 295edcd693
commit 223bc9a609
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 6 additions and 4 deletions

View file

@ -3,4 +3,4 @@ WORKDIR /etc/nginx
RUN pip install certbot certbot-nginx
RUN apk add nginx
COPY run.sh /root
ENTRYPOINT ["/root/run.sh"]
CMD ["/root/run.sh"]