stdlib: docker: allow container with no command

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-04-30 06:05:22 +00:00
parent 49ed1e3221
commit 4b15ca84fa

View File

@ -28,7 +28,7 @@ import (
setup: [...string]
// Command to execute
command: string
command: string | *""
// Environment variables shared by all commands
env: [string]: string