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 []