Skip to content

Commit

Permalink
fix(cli): Include CLI plugin in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Svensson <[email protected]>
  • Loading branch information
bluecmd committed Jan 9, 2022
1 parent b8e2696 commit 28b969f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FROM scratch
WORKDIR /opt/sonic_exporter

COPY --from=builder /build/target/sonic_exporter .
COPY cli/*.py /cli/

EXPOSE 9893
ENTRYPOINT ["./sonic_exporter"]
Expand Down

0 comments on commit 28b969f

Please sign in to comment.