更新 Dockerfile

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