From 2b2aac9e338b691a3fe9715da3b9c8c6ca58e401 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 20 Dec 2017 15:39:00 -0800 Subject: [PATCH] Update part2.md --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 59e8c60bbf18..79e543d2162d 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -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