Skip to content

Commit

Permalink
fix: the usage is not compatible with old version
Browse files Browse the repository at this point in the history
  • Loading branch information
orangedeng committed Nov 25, 2024
1 parent a434be5 commit 5f51b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ARG TARGETOS
ENV ARCH=${TARGETARCH:-"amd64"} OS=${TARGETOS:-"linux"}
RUN zypper install -y catatonit
COPY kube-explorer-${OS}-${ARCH} /usr/bin/kube-explorer
ENTRYPOINT [ "/usr/bin/catatonit", "--" ]
CMD [ "kube-explorer" ]
ENTRYPOINT [ "/usr/bin/catatonit", "--", "kube-explorer" ]

0 comments on commit 5f51b89

Please sign in to comment.