ecosystem
This commit is contained in:
13
ecosystem.config.js
Normal file
13
ecosystem.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "next-app",
|
||||
script: "npm",
|
||||
args: "start",
|
||||
env: {
|
||||
PORT: 5000,
|
||||
NODE_ENV: "production"
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user