File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ BUILDX_BUILDER_NAME=kagent-builder
2121# Build the MCP image
2222.PHONY : build-mcp
2323build-mcp :
24- $(DOCKER_BUILDER ) build $(DOCKER_BUILD_ARGS ) -t $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(MCP_IMAGE_NAME ) :$(VERSION ) -t $( DOCKER_REGISTRY ) / $( DOCKER_REPO ) / $( MCP_IMAGE_NAME ) :local -f mcp/Dockerfile ./mcp
24+ $(DOCKER_BUILDER ) build $(DOCKER_BUILD_ARGS ) -t $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(MCP_IMAGE_NAME ) :$(VERSION ) -f mcp/Dockerfile ./mcp
2525
2626# Run the MCP image
2727.PHONY : run-mcp
2828run-mcp : build-mcp
29- docker run --rm -t -e OPENAI_API_KEY=$(OPENAI_API_KEY ) -e TRANSPORT_TYPE=http --name mcp -p 3001:3001 $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(MCP_IMAGE_NAME ) :local
29+ docker run --rm -t -e OPENAI_API_KEY=$(OPENAI_API_KEY ) -e TRANSPORT_TYPE=http --name mcp -p 3001:3001 $(DOCKER_REGISTRY ) /$(DOCKER_REPO ) /$(MCP_IMAGE_NAME ) :$( VERSION )
You can’t perform that action at this time.
0 commit comments