Spaces:
Sleeping
Sleeping
In order to build the docker image, you need to build the env image first.
docker build -t xcid/remote-code-mcp-env:v2 -f Dockerfile.env .
docker save xcid/remote-code-mcp-env:v2 > docker-base-image.tar
Then you can build the main image.
docker build -t xcid/remote-code-mcp:vX .