Clean up changes from #1505

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-01-28 11:15:44 -07:00
parent b0b84db5e8
commit cc54aa6795
2 changed files with 16 additions and 16 deletions

View File

@@ -44,7 +44,11 @@ package engine
volume?: [string]: {}
workdir?: string
label?: [string]: string
stopsignal?: string
healthcheck?: #HealthCheck
argsescaped?: bool
onbuild?: [...string]
stoptimeout?: int
shell?: [...string]
}