build: fix index of --debug flag

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-08-06 09:34:40 +02:00
parent 2c51a10815
commit 8b56893cff

View File

@@ -57,7 +57,7 @@ Dockerfile the issue originated. If you want to see more detailed information
about the checks, you can use the `--debug` flag. For example:
```console
$ docker build --debug .
$ docker --debug build .
[+] Building 3.5s (11/11) FINISHED
...