Currently when we run static checks via Docker file they might continue to run in the background because we are using Ctrl^C to kill such check. This is a known problem when you use bash script as entrypoint so we need to change it to use dumb-init instead.
- links to