Add docker-service stubs and ignore runtime artifacts.
This tracks compose and source files for mcp-stub/phoenix while excluding local runtime data and wheel artifacts. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
mcp-stub:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: local-mcp-stub:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:8081"
|
||||
Reference in New Issue
Block a user