diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..c6267f5 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,7 @@ +module.exports = { + apps: [{ + name: "image-api", + script: "./index.js", + args: "5001" + }] +};