From 61973def28a80bb9cb1816275af4bbfd9269dee4 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 10 Nov 2024 08:15:43 +0100 Subject: [PATCH] docs: add missing "npm install" command to MERNMail update instructions with PM2 + NGINX --- docs/deployment/pm2-nginx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment/pm2-nginx.md b/docs/deployment/pm2-nginx.md index 89c6151..89a0bd2 100644 --- a/docs/deployment/pm2-nginx.md +++ b/docs/deployment/pm2-nginx.md @@ -87,6 +87,7 @@ To update the MERNMail webmail application, run these commands: ```bash cd ~/mernmail git pull +npm install npm run build ```