feat: Add deployment scripts, Docker configuration, and documentation for Cloud MCP project

This commit is contained in:
ethan.chen
2026-01-07 13:54:32 +08:00
parent 47ecc40186
commit 6ab690fa40
10 changed files with 942 additions and 0 deletions

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
node_modules
dist
.git
.gitignore
.env
.env.local
*.log
.DS_Store
data
*.db
*.sqlite
*.sqlite3
tests
.vscode
.idea
*.md
!README.md
coverage
.nyc_output