diff --git a/Dockerfile b/Dockerfile index ece2f08..a66aace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ RUN apk add --no-cache ca-certificates ADD *.sh / -ENTRYPOINT ["/entrypoint.sh"] -CMD ["--help"] \ No newline at end of file +ENTRYPOINT ["/entry.sh"] +CMD ["--help"] diff --git a/entrypoint.sh b/entry.sh similarity index 100% rename from entrypoint.sh rename to entry.sh