mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Fix typo in build cache
This commit is contained in:
2
build/cache/index.md
vendored
2
build/cache/index.md
vendored
@@ -264,7 +264,7 @@ RUN echo "the second command"
|
||||
```
|
||||
|
||||
It's possible to run both of these commands inside a single `RUN`, which means
|
||||
that they will share the same cache! This can is achievable using the `&&` shell
|
||||
that they will share the same cache! This is achievable using the `&&` shell
|
||||
operator to run one command after another:
|
||||
|
||||
```dockerfile
|
||||
|
||||
Reference in New Issue
Block a user