added missed comma in ecosystem.config.js example (#4657)

This commit is contained in:
Sergey Pravosud 2019-12-06 21:15:12 +05:00 committed by Alexandre BODIN
parent d394eedf56
commit 23eb263e07

View File

@ -493,7 +493,7 @@ sudo nano ecosystem.config.js
module.exports = {
apps : [{
name: 'your-app-name',
cwd: '/home/ubuntu/my-strapi-project/my-project'
cwd: '/home/ubuntu/my-strapi-project/my-project',
script: 'npm',
args: 'start',
env: {