We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc93ca commit 34d85d2Copy full SHA for 34d85d2
content/manuals/build/concepts/context.md
@@ -715,7 +715,7 @@ where you have two Dockerfiles:
715
- `base.Dockerfile`: for building a base image
716
- `app.Dockerfile`: for building an application image
717
718
-The `app.Dockerfile` uses the image produced by its `base.Dockerfile` as its base
+The `app.Dockerfile` uses the image produced by `base.Dockerfile` as its base
719
image:
720
721
```dockerfile {title=app.Dockerfile}
0 commit comments