Open bparmentier opened 2 months ago
When the start-docker script is executed, some process is not properly cleaned up and ends up in a zombie state.
start-docker
Using the init flag when launching the container runs an init process inside the container that will forward signals to node and reap processes.
init
Fixes: #1428
@bparmentier is attempting to deploy a commit to the umami-software Team on Vercel.
A member of the Team first needs to authorize it.
When the
start-docker
script is executed, some process is not properly cleaned up and ends up in a zombie state.Using the
init
flag when launching the container runs an init process inside the container that will forward signals to node and reap processes.Fixes: #1428