chore: 参照后端配置,使用 kaniko 构建,添加 k8s 部署文件

This commit is contained in:
Agent
2026-03-23 13:27:55 +00:00
parent 63da0788f8
commit c4d83d18bb
3 changed files with 72 additions and 44 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM ccr.ccs.tencentyun.com/violin/nginx:alpine
COPY dist/build/h5 /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]