Fixed npm command in pm2 ecosystem file.
This commit is contained in:
parent
7eb61a2a61
commit
af88455c6b
|
@ -4,7 +4,8 @@ module.exports = {
|
|||
apps: [
|
||||
{
|
||||
name: 'newtraxxx',
|
||||
script: 'npm run server:prod',
|
||||
script: 'npm',
|
||||
args: 'run server:prod',
|
||||
exec_mode: 'cluster',
|
||||
instances: 2,
|
||||
restart_delay: 3000,
|
||||
|
|
Loading…
Reference in New Issue