arcade-mcp/examples/serving-tools/docker
Eric Gustin 7f26b83c19
Update examples (#516)
Update code examples to not use the deprecated Google toolkit (use Gmail
instead) and Web toolkit (use Firecrawl instead)
2025-07-28 09:49:00 -07:00
..
Dockerfile Improve Docker Build and Deployment for Arcade Worker (#205) 2025-01-23 12:57:24 -08:00
README.md Update examples (#516) 2025-07-28 09:49:00 -07:00
toolkits.txt Update examples (#516) 2025-07-28 09:49:00 -07:00

Custom Worker Image

This example shows how to build a custom worker image with toolkits.

Requirements

  • Docker

Build

docker build -t custom-worker:0.1.0 .

Run

docker run -p 8002:8002 custom-worker:0.1.0

Change the Toolkits

To change the toolkits, edit the toolkits.txt file.

arcade-gmail==0.1.0
arcade-firecrawl==0.1.0
arcade-zoom==0.1.2
...