Skip to content

Commit db482e8

Browse files
committed
merge conflict + adding grammar changes
1 parent 2a38df7 commit db482e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/configuration/images/image-definition/dockerfile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ images:
3030
- The first image is built using the Dockerfile in `./Dockerfile` and the context path `./`.
3131
- The second image is built using the Dockerfile in `./frontend/Dockerfile` and the context path `./frontend/`.
3232
- Switching the `context` for image `frontend` assures that a statement like `ADD file.txt` or `COPY file.txt .` in `./frontend/Dockerfile` uses the local file `./frontend/file.txt` instead of `./file.txt`.
33-
- In this example, it would probably be useful to have a `./.dockerignore` file which ignores the `frontend/` folder when building the first image called `backend`.
33+
- In this example, it is useful to have a `./.dockerignore` file, which ignores the `frontend/` folder when building the first image called `backend`.
3434

3535
:::note
3636
See **[Best Practices for Image Building](../../../guides/image-building.mdx)** for details on how to optimize your Dockerfiles and use `.dockerignore` for faster image building.

0 commit comments

Comments
 (0)