Add pm2 configuration file

main
Elnu 2 years ago
parent be9ba5e2f3
commit 2c6551d19d

@ -0,0 +1,7 @@
module.exports = {
apps: [{
name: "image-api",
script: "./index.js",
args: "5001"
}]
};