mirror of https://github.com/docker/docs.git
Merge pull request #12496 from whitwong/patch-1
Minor typo correction in Python getting started guide
This commit is contained in:
commit
64b8bcb1cf
|
@ -131,7 +131,7 @@ CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
|||
|
||||
### Directory structure
|
||||
|
||||
Just to recap, we created a directory in our local machine called `docker-python` and created a simple Python application using the Flask framework. We also used the `requirements.txt` file to gather our requirements, and created a Dockerfile containing the commands to build an image. The Python application directory structure would now look like:
|
||||
Just to recap, we created a directory in our local machine called `python-docker` and created a simple Python application using the Flask framework. We also used the `requirements.txt` file to gather our requirements, and created a Dockerfile containing the commands to build an image. The Python application directory structure would now look like:
|
||||
|
||||
```shell
|
||||
python-docker
|
||||
|
|
Loading…
Reference in New Issue