2f1a7c906d
- Dockerfile: 多阶段构建(deps → build → runner) - docker-compose.yml: 一键部署,数据持久化到 volume - next.config.ts: output standalone 模式 - .dockerignore: 排除 node_modules、.next、dev.db
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
*.md
|
|
.env
|
|
.env.local
|
|
prisma/dev.db
|
|
prisma/dev.db-journal
|