mirror of https://github.com/docker/docs.git
Merge pull request #20544 from dvdksn/build-debug-wrongindex
build: fix index of --debug flag
This commit is contained in:
commit
1f626a74c3
|
|
@ -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
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue