Merge pull request #412 from johannes-krude/master

docs/installing.md: `npm install` on update
This commit is contained in:
Travis Ralston 2021-11-24 13:11:11 -07:00 committed by GitHub
commit 557e7a39c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,7 @@ docker restart dimension
# Kill the running Dimension process, then...
git pull
npm install
npm run build
NODE_ENV=production npm run start:app
```