Skip to content

Commit bab4f39

Browse files
authored
fix(cli): Keep old entrypoint name (#1297)
1 parent 26a451c commit bab4f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/Dockerfile.goreleaser

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
22
RUN apk --no-cache add git
3-
ENTRYPOINT ["/app/cli"]
3+
ENTRYPOINT ["/app/cloudquery"]
44
WORKDIR /app
5-
COPY cli .
5+
COPY cli ./cloudquery

0 commit comments

Comments
 (0)