This is Docker best practice https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd that ensures signals are properly delivered to the main container process and eliminates shell dependency
#2089 highlighted a problem in the Node.js Dockerfiles; there might be other places that need changing