FROM keymetrics/pm2:18-buster

COPY ./ecosystem.config.js /ecosystem.config.js

CMD ["pm2-runtime", "start", "ecosystem.config.js"]