Skip to content

Commit

Permalink
Fix docker command in README [#1053]
Browse files Browse the repository at this point in the history
missing -f flag on docker build
  • Loading branch information
0xAsuka authored Mar 11, 2022
1 parent e73a728 commit 62f79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you want to use the docker files provided in this repository you can pull the
from [here](https://hub.docker.com/r/greenbone/openvas-scanner). You can also locally
build them using:
```
docker build -t <image-name> .docker/prod.Dockerfile .
docker build -t <image-name> -f .docker/prod.Dockerfile .
```
For more information about building docker images, see
[official man](https://docs.docker.com/engine/reference/commandline/build/).
Expand Down

0 comments on commit 62f79d9

Please sign in to comment.