Skip to content

Commit

Permalink
fix entrypoint (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Jul 26, 2024
1 parent 82ae13b commit e31957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/kubehound/ingestor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ EXPOSE 9000

USER nonroot:nonroot

ENTRYPOINT ["./kubehound"]
ENTRYPOINT ["/kubehound"]
CMD ["serve"]

0 comments on commit e31957f

Please sign in to comment.