init: django

This commit is contained in:
2023-10-24 13:32:18 +02:00
parent b1c352cbf8
commit 11f3a31d22
11 changed files with 203 additions and 47 deletions

View File

@ -1,3 +0,0 @@
FROM nginx
COPY html/ /usr/share/nginx/html

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>