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

This commit is contained in:
Dorian Niemiec 2024-11-10 08:15:43 +01:00
parent f9c6883935
commit 61973def28

View file

@ -87,6 +87,7 @@ To update the MERNMail webmail application, run these commands:
```bash
cd ~/mernmail
git pull
npm install
npm run build
```