From ab055b86bc6fca5bd48cb9b1a896089c2ab50cca Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Fri, 12 Jun 2026 13:48:56 -0400 Subject: [PATCH] fix: use JSON notation for ENTRYPOINT (DL3025) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 033a727..64ba0a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN apk add --no-cache bind-tools curl COPY entrypoint.sh / -ENTRYPOINT /entrypoint.sh +ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file