feat:配置流水线

This commit is contained in:
2025-07-27 08:57:45 +08:00
parent ae73665e6d
commit 6b78d9b243
2 changed files with 64 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80