From 2230bedd84f7f2a97cd2cc58775e6e7bccb37d6b Mon Sep 17 00:00:00 2001 From: chan24092005 Date: Tue, 12 Dec 2017 05:30:43 +0800 Subject: [PATCH] Update django.md (#5476) remove the extra s in `Dockerfiles` --- compose/django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django.md b/compose/django.md index 8fe5e82a91..e920d9e684 100644 --- a/compose/django.md +++ b/compose/django.md @@ -20,7 +20,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi The Dockerfile defines an application's image content via one or more build commands that configure that image. Once built, you can run the image in a - container. For more information on `Dockerfiles`, see the [Docker user + container. For more information on `Dockerfile`, see the [Docker user guide](/engine/tutorials/dockerimages.md#building-an-image-from-a-dockerfile) and the [Dockerfile reference](/engine/reference/builder.md).