Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: kaizhe <[email protected]>
  • Loading branch information
Kaizhe committed Jan 30, 2020
1 parent 5a3ca7a commit d952209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ FROM alpine
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
COPY --from=builder /go/src/kube-psp-advisor/kube-psp-advisor /kube-psp-advisor

ENTRYPOINT ["kube-psp-advisor"]
ENTRYPOINT ["/kube-psp-advisor"]
CMD ["inspect"]

0 comments on commit d952209

Please sign in to comment.