From 50d7898fe4a45fe3fe573a6c5ff3c56dcda63ee3 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 25 Oct 2016 11:22:30 -0700 Subject: [PATCH] Update gettingstarted.md --- compose/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/gettingstarted.md b/compose/gettingstarted.md index cee064be9d..d7019d6310 100644 --- a/compose/gettingstarted.md +++ b/compose/gettingstarted.md @@ -75,9 +75,9 @@ dependencies the Python application requires, including Python itself. * Set the working directory to `/code`. * Install the Python dependencies. * Set the default command for the container to `python app.py` - +
For more information on how to write Dockerfiles, see the [Docker user guide](/engine/tutorials/dockerimages.md#building-an-image-from-a-dockerfile) and the [Dockerfile reference](/engine/reference/builder.md). - +
2. Build the image. $ docker build -t web .