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