Browse code

small typo. fixed broken code snippet

Docker-DCO-1.1-Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com> (github: nhsiehgit)

Nathan Hsieh authored on 2014/09/04 09:53:45
Showing 1 changed files
... ...
@@ -114,8 +114,8 @@ We've specified an image: `training/webapp`. This image is a
114 114
 pre-built image we've created that contains a simple Python Flask web
115 115
 application.
116 116
 
117
-Lastly, we've specified a command for our container to run: `python
118
-app.py`. This launches our web application.
117
+Lastly, we've specified a command for our container to run: `python app.py`. 
118
+This launches our web application.
119 119
 
120 120
 > **Note:** 
121 121
 > You can see more detail on the `docker run` command in the [command