cr icon indicating copy to clipboard operation
cr copied to clipboard

Configure "Entrypoint"

Open cirocosta opened this issue 8 years ago • 0 comments

Right now we're making use of [ /bin/bash -c ].

It might be interesting to replace that with something custom.

The easiest way to do so is by changing Config.Runtime, maybe something like Config.Runtime.Entrypoint = [ '/bin/bash', '-c' ].

cirocosta avatar Dec 12 '17 00:12 cirocosta