feat: add PowerShell scripts for building and deploying Zen MCP Server; update .dockerignore and README. Fix error in API key detection in Docker deployment script.
This commit is contained in:
@@ -24,9 +24,13 @@ nano .env
|
||||
# Build the Docker image
|
||||
docker build -t zen-mcp-server:latest .
|
||||
|
||||
# Or use the build script
|
||||
# Or use the build script (Bash)
|
||||
chmod +x docker/scripts/build.sh
|
||||
./docker/scripts/build.sh
|
||||
|
||||
# Build with PowerShell
|
||||
docker/scripts/build.ps1
|
||||
|
||||
```
|
||||
|
||||
### 4. Usage Options
|
||||
@@ -54,6 +58,9 @@ docker run --rm -i \
|
||||
chmod +x docker/scripts/deploy.sh
|
||||
./docker/scripts/deploy.sh
|
||||
|
||||
# Or use PowerShell script
|
||||
docker/scripts/deploy.ps1
|
||||
|
||||
# Interactive stdio mode
|
||||
docker-compose exec zen-mcp python server.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user