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 & {
|
||||
input: runtimeImage.output
|
||||
source: {
|
||||
root: inputs.directories.app.contents
|
||||
}
|
||||
source: root: inputs.directories.app.contents
|
||||
dest: "/app"
|
||||
}
|
||||
|
||||
@ -154,9 +152,7 @@ engine.#Plan & {
|
||||
|
||||
imageProdDockerCopy: engine.#Copy & {
|
||||
input: imageProdCacheCopy.output
|
||||
source: {
|
||||
root: inputs.directories.docker.contents
|
||||
}
|
||||
source: root: inputs.directories.docker.contents
|
||||
dest: "/"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user