Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use bash as the entrypoint for docker
The bash shell is not very good at playing init(1), let tini handle this instead by doing `docker run --init`. This makes it forward signals properly to e.g. make, and also reaps processes for long-running containers.
- Loading branch information