Skip to content

Commit d35a2ae

Browse files
vorozhkoKaizhe
authored andcommitted
Fix build command (#14)
1 parent b364ebd commit d35a2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
3. ```./kube-psp-advisor --report``` to print the details reports (why this PSP is recommended for the cluster)
77

88
## Build and Run as Container
9-
1. ```docker build -t <Image Name> container/Dockerfile .```
9+
1. ```docker build -t <Image Name> -f container/Dockerfile .```
1010
2. ```docker run -v ~/.kube:/root/.kube -v ~/.aws:/root/.aws <Image Name>``` (the `.aws` folder mount is optional and totally depends on your clould provider)
1111

1212
## Use Cases

0 commit comments

Comments
 (0)