Skip to content

Commit a1c33a1

Browse files
committed
add volume map
1 parent 7714b0e commit a1c33a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ container image pull instavm/coderunner
6060

6161
# Run the command to start the sandbox container
6262
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
63+
container run --volume "$(pwd)/public/assets:/app/uploads" --name coderunner --detach --rm --cpus 8 --memory 4g instavm/coderunner
6464

6565
echo "✅ Setup complete. MCP server is available at http://coderunner.local:8222/mcp"

0 commit comments

Comments
 (0)