Run frontend PM2 process on port 3000
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ module.exports = {
|
|||||||
name: 'hope-events-frontend',
|
name: 'hope-events-frontend',
|
||||||
cwd: __dirname + '/frontend',
|
cwd: __dirname + '/frontend',
|
||||||
script: 'npm',
|
script: 'npm',
|
||||||
args: 'start -- -p 3001',
|
args: 'start -- -p 3000',
|
||||||
env: { NODE_ENV: 'production' },
|
env: { NODE_ENV: 'production' },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user