Add missing hyphen to Docker image make command argument (#86)

This commit is contained in:
Petteri Valkonen 2024-08-26 02:09:39 +03:00 committed by GitHub
parent 9e1dfa338b
commit d757d8645a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ After that you can build the docker image using:
```sh
make f Makefile.docker image # Builds the Docker image.
make -f Makefile.docker image # Builds the Docker image.
```