Update gettingstarted.md

This commit is contained in:
Victoria Bialas 2016-10-25 11:22:30 -07:00 committed by GitHub
parent 4919a56af9
commit 50d7898fe4
1 changed files with 2 additions and 2 deletions

View File

@ -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`
<br>
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).
<br>
2. Build the image.
$ docker build -t web .