We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7714b0e commit a1c33a1Copy full SHA for a1c33a1
install.sh
@@ -60,6 +60,6 @@ container image pull instavm/coderunner
60
61
# Run the command to start the sandbox container
62
echo "Running: container run --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner"
63
-container run --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner
+container run --volume "$(pwd)/public/assets:/app/uploads" --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner
64
65
echo "✅ Setup complete. MCP server is available at http://coderunner.local:8222/mcp"
0 commit comments