Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-01-27 13:27:28 -07:00
parent 6db42168e4
commit 0de625e1c3
2 changed files with 4 additions and 6 deletions

View File

@@ -27,9 +27,7 @@ dagger.#Plan & {
}
run: docker.#Run & {
image: myimage
cmd: {
name: "ls"
}
cmd: name: "ls"
export: files: {
"/dagger.txt": _ & {
contents: "not hello from dagger"