Skip to content

Commit c08360d

Browse files
Update content/manuals/build/concepts/dockerfile.md
Co-authored-by: CrazyMax <[email protected]>
1 parent f1a67bb commit c08360d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/concepts/dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ complex scenarios.
3434
The default filename for a Dockerfile is `Dockerfile`, without a file extension. Using
3535
the default name lets you run the `docker build` command without extra flags.
3636

37-
Some projects need different Dockerfiles for specific purposes. A common
37+
Some projects may need distinct Dockerfiles for specific purposes. A common
3838
convention is to name these `<something>.Dockerfile`. You can specify the
3939
Dockerfile filename using the `--file` flag with the `docker build` command. See the
4040
[`docker build` CLI reference](/reference/cli/docker/buildx/build.md#file) for details.

0 commit comments

Comments
 (0)