Open andystalick opened 5 years ago
pm2 requires the ps executable to do treekills https://github.com/Unitech/pm2/blob/master/lib/TreeKill.js#L33
ps
but it is missing from the images based upon debian slim.
It is possible to provide it with an apt install procps
apt install procps
pm2 requires the
ps
executable to do treekills https://github.com/Unitech/pm2/blob/master/lib/TreeKill.js#L33but it is missing from the images based upon debian slim.
It is possible to provide it with an
apt install procps