Container Rebuild
Rebuild the Docker image and recreate the container for the Bigeye MCP Server. This skill is used after code changes to rebuild the image with both tags (bigeye-mcp-server:latest and bigeye-mcp-ephemeral:latest), remove the old container, and start a fresh one.
Usage
When invoked, this skill will:
- •Build the Docker image with both required tags
- •Remove the old container
- •Recreate and start the container via docker compose
Implementation
Execute the project's container management script:
bash
./bigeye-mcp.sh rebuild