Fix bug in exec/mount
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
71e079c784
commit
3e5063828a
@ -96,11 +96,11 @@ package dagger
|
||||
#MountTmp: "tmpfs"
|
||||
#MountCache: "cache"
|
||||
#MountComponent: {
|
||||
input: #Component
|
||||
from: #Component
|
||||
path: string | *"/"
|
||||
}
|
||||
#MountScript: {
|
||||
input: #Script
|
||||
from: #Script
|
||||
path: string | *"/"
|
||||
}
|
||||
|
||||
|
@ -91,11 +91,11 @@ package dagger
|
||||
#MountTmp: "tmpfs"
|
||||
#MountCache: "cache"
|
||||
#MountComponent: {
|
||||
input: #Component
|
||||
from: #Component
|
||||
path: string | *"/"
|
||||
}
|
||||
#MountScript: {
|
||||
input: #Script
|
||||
from: #Script
|
||||
path: string | *"/"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user