Update multistage-build.md (#5901)

This commit is contained in:
Jia Tian 2018-02-03 01:50:00 +08:00 committed by Misty Stanley-Jones
parent 54fde831c6
commit 5f54d913a9
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ following command assumes you are using the previous `Dockerfile` but stops at
the stage named `builder`:
```bash
$ docker build -t docker build --target builder \
-t alexellis2/href-counter:latest .
$ docker build --target builder -t alexellis2/href-counter:latest .
```
A few scenarios where this might be very powerful are: