Skip to content

Commit

Permalink
fix universe packages
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Jones <richard@dagger.io>
  • Loading branch information
Richard Jones committed Jan 28, 2022
1 parent 7eb10f9 commit 23b0721
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions pkg/universe.dagger.io/docker/build.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ import (

// Execute copy operation
_copy: engine.#Copy & {
"input": input.rootfs
"source": {
root: contents
path: source
}
"dest": dest
"input": input.rootfs
"contents": contents
source: source
"dest": dest
}

output: #Image & {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ engine.#Plan & {
}

appImage: engine.#Copy & {
input: runtimeImage.output
source: root: inputs.directories.app.contents
dest: "/app"
input: runtimeImage.output
contents: inputs.directories.app.contents
dest: "/app"
}

deps: engine.#Exec & {
Expand Down

0 comments on commit 23b0721

Please sign in to comment.