添加 Dockerfile

This commit is contained in:
2026-07-27 01:16:18 +00:00
parent 0990114190
commit dc10881a3b
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:stable-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80