Fix django docs to use django:onbuild rather than python:onbuild
This commit is contained in:
parent
164cc29281
commit
1be528bf8a
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue