Avoid non-terminating containers
The process 1 in the container does not shut down gracefully after having
received a TERM signal. Therefore, we send a SIGKILL immediately. This is a
kludge as long as node/meteor has no proper SIGTERM handler enabled. See
<https://github.com/wekan/wekan/issues/4668>.