Fix: #Subdir

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume 2021-12-24 01:18:06 +01:00
parent 9a4c8fb845
commit 3cf443a337

View File

@ -14,13 +14,18 @@ import (
path: string
// Subdirectory tree
output: #FS & _copy.output
output: #FS & copy.output
_copy: engine.#Copy & {
"input": engine.#Scratch.output
// Base image
scratch: engine.#Scratch
// Copy action
copy: engine.#Copy & {
"input": scratch.output
source: {
root: input
"path": path
}
dest: "/"
}
}