Using exec instead of &&
SamMousa opened this issue · 1 comments
SamMousa commented
It would be nice to support syntax that uses exec
instead of a subshell.
The syntax for usage would be simple:
entrypoint: [
"wait",
"--",
"myApp"
]
That way no shell is needed and signal handling becomes easier for the app since there's no longer a shell in between.