Skip to content

Commit 5045a28

Browse files
authored
Minor typo fix
1 parent a0a0c63 commit 5045a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-multistage-cache/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ This is an example Django project to illustrate the usage of building intermedia
1717
- Build the final image use `--cache-from` listing the intermediate image. I.e:
1818

1919
```bash
20-
docker build --cache-from django_example:dev -t django_example:final .
20+
docker build --cache-from django_example:dep -t django_example:final .
2121
```

0 commit comments

Comments
 (0)