Update part2.md (#3129)

This commit is contained in:
Martin Folkers 2017-04-30 14:27:30 +02:00 committed by John Mulhausen
parent fb76a4bdf7
commit 39f62ed0a1
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ and all the dependencies from `requirements.txt`, and runs your code. It all
travels together in a neat little package, and the host machine doesn't have to
install anything but Docker to run it.
## Conclusion of part one
## Conclusion of part two
That's all for this page. In the next section, we will learn how to scale our
application by running this container in a **service**.