1 parent 54fde83 commit 5f54d91Copy full SHA for 5f54d91
1 file changed
develop/develop-images/multistage-build.md
@@ -158,8 +158,7 @@ following command assumes you are using the previous `Dockerfile` but stops at
158
the stage named `builder`:
159
160
```bash
161
-$ docker build -t docker build --target builder \
162
- -t alexellis2/href-counter:latest .
+$ docker build --target builder -t alexellis2/href-counter:latest .
163
```
164
165
A few scenarios where this might be very powerful are:
0 commit comments