Hi All,
I am working on improving security of my company production servers. For this I first started looking into our docker images and I decided to move to google distroless images as they are completely minimal and just contain nodejs which is good but I am facing some issues. I am using PM2 to run our production servers and since I can't use shell or npm in these images, I am not sure how can I run our servers with PM2.
Can anyone please help me on this?
Thanks,
Ravi