We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442bbb6 commit 4833af7Copy full SHA for 4833af7
cli/Dockerfile
@@ -7,7 +7,8 @@ RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
7
&& apk add --no-cache musl-dev
8
9
COPY . .
10
-RUN cargo install --path .
+RUN cargo install --path ./cli && \
11
+ commitlint --version
12
13
FROM alpine
14
LABEL maintainer="KeisukeYamashita <19yamashita15@gmail.com>"
0 commit comments