From 86b94b650f42b3c7b87b8bab392dd7fcfe2d8112 Mon Sep 17 00:00:00 2001 From: Ruslan Kokoev Date: Fri, 29 May 2026 06:28:50 +0300 Subject: [PATCH] feat: Set commitlint-scope as dockerfile entrypoint for high dx --- publish/buildx-alpine.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish/buildx-alpine.Dockerfile b/publish/buildx-alpine.Dockerfile index b96d877..dcb37aa 100644 --- a/publish/buildx-alpine.Dockerfile +++ b/publish/buildx-alpine.Dockerfile @@ -9,4 +9,5 @@ RUN git config --global --add safe.directory '*' COPY $TARGETPLATFORM/commitlint-scope /usr/bin/ -CMD ["commitlint-scope"] +ENTRYPOINT ["commitlint-scope"] +CMD []