cue fmt
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
dc8d6b74dd
commit
f0978c14fa
@ -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: "/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user