feat(deploy): add Docker full-stack deployment and server pack scripts
Enable one-click production deploy via docker-compose.prod.yml, with deployment docs and zip packaging for Baota upload. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
node_modules
|
||||
**/node_modules
|
||||
**/dist
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.docker.example
|
||||
*.log
|
||||
coverage
|
||||
.turbo
|
||||
**/*.tsbuildinfo
|
||||
apps/player/dist
|
||||
apps/admin/dist
|
||||
apps/api/dist
|
||||
mcps
|
||||
assets
|
||||
agent-transcripts
|
||||
**/.vite
|
||||
Reference in New Issue
Block a user