chore: 添加 Docker 部署配置
- Dockerfile: 多阶段构建(deps → build → runner) - docker-compose.yml: 一键部署,数据持久化到 volume - next.config.ts: output standalone 模式 - .dockerignore: 排除 node_modules、.next、dev.db
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
*.md
|
||||
.env
|
||||
.env.local
|
||||
prisma/dev.db
|
||||
prisma/dev.db-journal
|
||||
Reference in New Issue
Block a user