We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a0c63 commit 5045a28Copy full SHA for 5045a28
docker-multistage-cache/README.md
@@ -17,5 +17,5 @@ This is an example Django project to illustrate the usage of building intermedia
17
- Build the final image use `--cache-from` listing the intermediate image. I.e:
18
19
```bash
20
- docker build --cache-from django_example:dev -t django_example:final .
+ docker build --cache-from django_example:dep -t django_example:final .
21
```
0 commit comments