Skip to content

Commit efa7acd

Browse files
Merge pull request #27 from Kandeel4411/patch-1
Minor typo fix
2 parents a0a0c63 + 5045a28 commit efa7acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-multistage-cache/README.md

Lines changed: 1 addition & 1 deletion
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)