Skip to content

Commit b5abf15

Browse files
authored
fix: split CMD in Dockerfile (#2)
1 parent 226bc33 commit b5abf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN apk add --update -t --no-cache git curl alpine-sdk
77

88
RUN ["pip", "install", "commitizen>=2,<3"]
99

10-
CMD [ "cz version" ]
10+
CMD [ "cz", "version" ]

0 commit comments

Comments
 (0)