This commit is contained in:
sebbel 2024-07-21 22:10:58 +02:00
commit 9760b58c70
2 changed files with 12 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM pierrezemb/gostatic
COPY ./index.html /srv/http/

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<head>
<title>
Hello from seb
</title>
</head>
<body>
<h1>Hello from seb</h1>
</body>
</html>