diff --git a/ecosystem.config.js b/ecosystem.config.js index 6c53384..f1217b2 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -5,6 +5,7 @@ module.exports = { script : "server/index.js", env: { NODE_ENV: "production", + PORT: 8002 }, }] }