feat: os-dependent default entrypoint
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
package control
|
||||
|
||||
var defaultEntrypoint = "/bin/sh -c"
|
||||
Reference in New Issue
Block a user