cr
cr copied to clipboard
Configure "Entrypoint"
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' ].