commit 9760b58c7085e684e5b4decdc99827c6cc23c5eb Author: sebbel Date: Sun Jul 21 22:10:58 2024 +0200 deploy diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..919c7a2 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM pierrezemb/gostatic +COPY ./index.html /srv/http/ diff --git a/index.html b/index.html new file mode 100644 index 0000000..bb2ce6a --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + Hello from seb + + + +

Hello from seb

+ +