Initial: TerraVerse landing page

This commit is contained in:
Carlos
2026-06-11 21:17:56 +02:00
commit 430244e903
3 changed files with 318 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY 50x.html /usr/share/nginx/html/50x.html
EXPOSE 80