Skip to content

Commit 4833af7

Browse files
fix(cli): dockerfile to adapt to workspaces (#392)
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 442bbb6 commit 4833af7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
77
&& apk add --no-cache musl-dev
88

99
COPY . .
10-
RUN cargo install --path .
10+
RUN cargo install --path ./cli && \
11+
commitlint --version
1112

1213
FROM alpine
1314
LABEL maintainer="KeisukeYamashita <19yamashita15@gmail.com>"

0 commit comments

Comments
 (0)