diff --git a/Dockerfile b/Dockerfile index 2a1e173..11d6f08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/entrypoint.sh b/run.sh old mode 100644 new mode 100755 similarity index 100% rename from entrypoint.sh rename to run.sh