Add pm2 configuration file
This commit is contained in:
parent
be9ba5e2f3
commit
2c6551d19d
1 changed files with 7 additions and 0 deletions
7
ecosystem.config.js
Normal file
7
ecosystem.config.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
apps: [{
|
||||||
|
name: "image-api",
|
||||||
|
script: "./index.js",
|
||||||
|
args: "5001"
|
||||||
|
}]
|
||||||
|
};
|
Reference in a new issue