stdlib: docker: allow container with no command
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
49ed1e3221
commit
4b15ca84fa
@ -28,7 +28,7 @@ import (
|
|||||||
setup: [...string]
|
setup: [...string]
|
||||||
|
|
||||||
// Command to execute
|
// Command to execute
|
||||||
command: string
|
command: string | *""
|
||||||
|
|
||||||
// Environment variables shared by all commands
|
// Environment variables shared by all commands
|
||||||
env: [string]: string
|
env: [string]: string
|
||||||
|
Reference in New Issue
Block a user