add pm2 ecosystem file

pull/43/head
Alexander Bentkamp 4 years ago
parent 81099a5898
commit 0a2b6b4e5f

@ -0,0 +1,10 @@
// This is a configuration file for pm2, a production process manager for nodejs
module.exports = {
apps : [{
name : "lean4web",
script : "server/index.js",
env: {
NODE_ENV: "production",
},
}]
}
Loading…
Cancel
Save