From ad7e294881c12fce3b7f450e42c06c1b5d8a1e2c Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 29 Sep 2024 08:23:24 -0500 Subject: [PATCH] updates entrypoint --- build-bind.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bind.jenkins b/build-bind.jenkins index 3da1016..92b3c89 100644 --- a/build-bind.jenkins +++ b/build-bind.jenkins @@ -149,7 +149,7 @@ RUN set -eux && \\ update-ca-certificates --fresh && \\ apk --no-cache upgrade -CMD [ "/bin/bash", "-c", "start.sh" ] +ENTRYPOINT [ "/bin/bash", "-c", "start.sh" ] """ } }