openshift-s2i / s2i-aspnet

Source-to-Image template for ASP.NET applications
16 stars 23 forks source link

Make s2i/bin/run use exec to flatten the pstree #28

Closed jperville closed 7 years ago

jperville commented 7 years ago

This PR runs the last command in the s2i/run script with exec, so that the process tree is more flat and signals are properly forwarded.

This PR complements openshift-s2i/s2i-aspnet-example#15.