iptv-app/web/.dockerignore
李岩岩 52fc8099ae feat(web): 创建 Docker Web 服务端
- 添加 Express 服务端,提供频道 API
- 添加 M3U8/TS 流代理,解决跨域问题
- 添加 Dockerfile 和 docker-compose.yml
- 添加 Nginx 反向代理配置
- 支持多阶段构建,自动打包前端
2026-02-05 12:41:50 +08:00

8 lines
78 B
Plaintext

node_modules
npm-debug.log
Dockerfile
.dockerignore
.git
.gitignore
README.md