From fc3152d6e830b2fc6cfad84ad46309059371ef7a Mon Sep 17 00:00:00 2001 From: Dakota Walsh Date: Tue, 8 Jul 2025 14:28:58 +1200 Subject: [PATCH] rename to entry.sh --- Dockerfile | 4 ++-- entrypoint.sh => entry.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename entrypoint.sh => entry.sh (100%) 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