Add Dockerfile

This commit is contained in:
2026-08-21 10:42:38 +00:00
parent 53f82c71e2
commit e0708a5a96
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80