Skip to content

Commit 01e1626

Browse files
committed
fix docker build
1 parent bc1be91 commit 01e1626

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN make build
66

77
FROM alpine:3.21
88

9-
COPY --from=builder /work/bin/* /
9+
COPY --from=builder /work/bin/sonic-configdb-utils /
1010

11-
ENTRYPOINT ["/sonic-configdb-utils generate"]
11+
ENTRYPOINT ["/sonic-configdb-utils"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TAGS := -tags 'netgo'
2-
BINARY := sonic-confidb-utils
2+
BINARY := sonic-configdb-utils
33

44
SHA := $(shell git rev-parse --short=8 HEAD)
55
GITVERSION := $(shell git describe --long --all)

0 commit comments

Comments
 (0)