rename script, chmod +x

This commit is contained in:
DarkCat09 2025-02-19 13:21:25 +04:00
parent a3e2220355
commit f753a7bae7
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ RUN /venv/bin/pip install -U pip certbot certbot-nginx
RUN apk del py3-virtualenv && rm -rf /var/cache/apk
COPY ./entrypoint.sh /
CMD ["/entrypoint.sh"]
COPY ./run.sh /
CMD ["/run.sh"]

0
entrypoint.sh → run.sh Normal file → Executable file
View file