fix: change bin mount path to /tmp/mire/bin

This commit is contained in:
2026-03-22 17:17:12 +00:00
parent de536cddc1
commit a236765060
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
# read only paths from host, entry looks like "path on host:path on sanbox"
# paths on host are absolute or relative to repo root
mounts = []
# read only host paths to expose on PATH inside the sandbox as /mire/bin/<basename>
# read only host paths to expose on PATH inside the sandbox as /tmp/mire/bin/<basename>
# paths on host can be absolute or relative to repo root
paths = []