mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
@@ -5,8 +5,8 @@ export type ImageSource =
|
||||
| "packed"
|
||||
| {
|
||||
dockerBuild: {
|
||||
workdir: string | null
|
||||
dockerfile: string | null
|
||||
workdir?: string
|
||||
dockerfile?: string
|
||||
buildArgs?: { [key: string]: BuildArg }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user