Update part2.md (#5586)

This commit is contained in:
John Mulhausen 2017-12-26 17:26:33 -05:00 committed by GitHub
parent 310a9f8f8c
commit 5428939083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ create a file called `Dockerfile`, copy-and-paste the following content into
that file, and save it. Take note of the comments that explain each statement in
your new Dockerfile.
```conf
```dockerfile
# Use an official Python runtime as a parent image
FROM python:2.7-slim