Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.18 KB

File metadata and controls

49 lines (35 loc) · 2.18 KB

Unity MCP server maintenance

Docker Image MCP r Unity Asset Store Unity Editor Unity Runtime OpenUPM
Stars License Stand With Ukraine

Create docker image

1. Build your image

From the folder with your Dockerfile:

docker build -t ivanmurzakdev/unity-mcp-server:latest .

2. Tag the image with your Docker Hub repo name

docker tag unity-mcp-server:latest ivanmurzakdev/unity-mcp-server:latest

3. Log in to Docker Hub

docker login

4. Push the image

docker push ivanmurzakdev/unity-mcp-server:latest

Clean local NuGet cache

dotnet nuget locals all --clear