添加 Dockerfile

添加 Docker 部署配置
This commit is contained in:
2026-07-25 09:05:46 +00:00
parent 2c889baf9c
commit 08f769ab62
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:stable-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80