Skip to content

Commit 186a802

Browse files
authored
Merge pull request tariqbuilds#486 from AlexanderProd/master
added ecosystem file for PM2
2 parents 5def40a + d1c5ebf commit 186a802

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ecosystem.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
apps : [{
3+
name: 'Linux Dash',
4+
script: './app/server/index.js',
5+
watch: false,
6+
env: {
7+
"LINUX_DASH_SERVER_PORT": 2800
8+
},
9+
}],
10+
};

0 commit comments

Comments
 (0)