docs: update prod commands for api-server (#41274)

This commit is contained in:
Mrugesh Mohapatra
2021-02-27 02:59:33 +05:30
committed by GitHub
parent 051a010798
commit 58a74023ef

View File

@ -587,7 +587,8 @@ Provisioning VMs with the Code
8. Start Instances
```console
pm2 start api-server/lib/production-start.js -i max --max-memory-restart 600M --name org
cd api-server
pm2 start ./lib/production-start.js -i max --max-memory-restart 600M --name org
```
### Logging and Monitoring