Przeglądaj źródła

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

Moghedrin 11 lat temu
rodzic
commit
1be528bf8a
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      django/README.md
  2. 1 1
      django/content.md

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

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