pkg: docker: add the command exit code

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2022-02-24 17:48:18 -08:00
parent 1135398bee
commit 3421a8efce

View File

@ -160,4 +160,7 @@ import (
user: input.config.user user: input.config.user
} }
} }
// Command exit code
exit: _exec.exit
} }