File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,12 @@ container system start
5858echo " Pulling the latest image: instavm/coderunner"
5959container image pull instavm/coderunner
6060
61+ echo " → Ensuring coderunner assets directory…"
62+ ASSETS_SRC=" $HOME /.coderunner/assets"
63+ mkdir -p " $ASSETS_SRC "
64+
6165# Run the command to start the sandbox container
6266echo " Running: container run --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner"
63- container run --volume " $( pwd ) /public/assets :/app/uploads" --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner
67+ container run --volume " $ASSETS_SRC :/app/uploads" --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner
6468
6569echo " ✅ Setup complete. MCP server is available at http://coderunner.local:8222/mcp"
You can’t perform that action at this time.
0 commit comments