mirror of
https://github.com/clearlinux/docs.git
synced 2026-06-26 15:35:50 +00:00
Fix django docs to use django:onbuild rather than python:onbuild
This commit is contained in:
+1
-1
@@ -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`.
|
||||
|
||||
|
||||
+1
-1
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user