Skip to content

Commit

Permalink
fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Sep 13, 2024
1 parent fa78d92 commit 91a3e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/kubehound/docker-compose.dev.ingestor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
grpc:
build:
context: ../../
dockerfile: deployments/kubehound/kubehound/Dockerfile
dockerfile: deployments/kubehound/binary/Dockerfile
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
Expand Down

0 comments on commit 91a3e4a

Please sign in to comment.