Fix bug in exec/mount

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-01-26 16:35:25 -08:00
parent 71e079c784
commit 3e5063828a
2 changed files with 4 additions and 4 deletions

View File

@ -96,11 +96,11 @@ package dagger
#MountTmp: "tmpfs"
#MountCache: "cache"
#MountComponent: {
input: #Component
from: #Component
path: string | *"/"
}
#MountScript: {
input: #Script
from: #Script
path: string | *"/"
}

View File

@ -91,11 +91,11 @@ package dagger
#MountTmp: "tmpfs"
#MountCache: "cache"
#MountComponent: {
input: #Component
from: #Component
path: string | *"/"
}
#MountScript: {
input: #Script
from: #Script
path: string | *"/"
}