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 path: string
// Subdirectory tree // Subdirectory tree
output: #FS & _copy.output output: #FS & copy.output
_copy: engine.#Copy & { // Base image
"input": engine.#Scratch.output scratch: engine.#Scratch
// Copy action
copy: engine.#Copy & {
"input": scratch.output
source: { source: {
root: input root: input
"path": path "path": path
} }
dest: "/"
} }
} }