Fix django docs to use django:onbuild rather than python:onbuild

This commit is contained in:
Moghedrin 2014-12-30 10:06:47 -07:00
parent 164cc29281
commit 1be528bf8a
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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`.