This commit is contained in:
2026-07-21 19:30:48 +00:00
commit 12711bc3fa
9 changed files with 137 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:1.29-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80