Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-01-06 11:30:43 -07:00 committed by Solomon Hykes
parent dc8d6b74dd
commit f0978c14fa

View File

@ -99,9 +99,7 @@ engine.#Plan & {
appImage: engine.#Copy & { appImage: engine.#Copy & {
input: runtimeImage.output input: runtimeImage.output
source: { source: root: inputs.directories.app.contents
root: inputs.directories.app.contents
}
dest: "/app" dest: "/app"
} }
@ -154,9 +152,7 @@ engine.#Plan & {
imageProdDockerCopy: engine.#Copy & { imageProdDockerCopy: engine.#Copy & {
input: imageProdCacheCopy.output input: imageProdCacheCopy.output
source: { source: root: inputs.directories.docker.contents
root: inputs.directories.docker.contents
}
dest: "/" dest: "/"
} }