From 2ea983997b9bddf89f9925449ae3f1e477894606 Mon Sep 17 00:00:00 2001 From: Bilel Omrani Date: Mon, 21 Sep 2020 17:33:59 +0200 Subject: [PATCH] fix: Fix CMD in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d658b0..373f484 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apk add --update -t --no-cache git curl alpine-sdk RUN ["pip", "install", "commitizen>=2,<3"] -CMD [ "cz version" ] \ No newline at end of file +CMD [ "cz", "version" ]