Replies: 1 comment
-
I think you need to use --init flag in docker if you want to forward signals |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The best practice is always to use dumb-init or tini for clean process termination in docker containers, don't bun need that?
https://github.com/oven-sh/bun/blob/main/dockerhub/alpine/Dockerfile
Beta Was this translation helpful? Give feedback.
All reactions