docs: add missing "npm install" command to MERNMail update instructions with PM2 + NGINX
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m24s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m24s
This commit is contained in:
parent
f9c6883935
commit
61973def28
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ To update the MERNMail webmail application, run these commands:
|
|||
```bash
|
||||
cd ~/mernmail
|
||||
git pull
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue