- 添加Dockerfile.dev用于开发环境 - 重构主Dockerfile使用多阶段构建 - 添加nginx配置和entrypoint脚本 - 更新docker-compose.yml配置 - 修改API基础路径为相对路径 - 更新vite配置支持环境变量
15 lines
131 B
Plaintext
15 lines
131 B
Plaintext
node_modules
|
|
.git
|
|
.gitignore
|
|
.vite
|
|
dist
|
|
*.log
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
coverage
|
|
.nyc_output
|
|
.DS_Store
|
|
Thumbs.db
|
|
Dockerfile.dev
|