mirror of https://github.com/docker/docs.git
fix: typo (#13348)
* fix: typo * Minor style updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
f6a4b3ed24
commit
f4655fb89e
|
@ -166,9 +166,9 @@ Let’s start our application and confirm that it is running properly.
|
|||
$ docker-compose -f docker-compose.dev.yml up --build
|
||||
```
|
||||
|
||||
We pass the `--build` flag so Docker will compile our image and then starts it.
|
||||
We pass the `--build` flag so Docker compiles our image and then starts it.
|
||||
|
||||
If all goes will you should see something similar:
|
||||
If all goes well, you should see something similar:
|
||||
|
||||
{:width="800px"}
|
||||
|
||||
|
|
Loading…
Reference in New Issue