From 1be528bf8a7128adfedbe1066c20b0fc8561ac85 Mon Sep 17 00:00:00 2001 From: Moghedrin Date: Tue, 30 Dec 2014 10:06:47 -0700 Subject: [PATCH] Fix django docs to use django:onbuild rather than python:onbuild --- django/README.md | 2 +- django/content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django/README.md b/django/README.md index 50a071109..72f2e08b1 100644 --- a/django/README.md +++ b/django/README.md @@ -26,7 +26,7 @@ emphasis on reusability and "pluggability" of components. ## Create a `Dockerfile` in your Django app project - FROM python:onbuild + FROM django:onbuild Put this file in the root of your app, next to the `requirements.txt`. diff --git a/django/content.md b/django/content.md index 2da5f1538..2f2f86407 100644 --- a/django/content.md +++ b/django/content.md @@ -13,7 +13,7 @@ emphasis on reusability and "pluggability" of components. ## Create a `Dockerfile` in your Django app project - FROM python:onbuild + FROM django:onbuild Put this file in the root of your app, next to the `requirements.txt`.