1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-13 07:44:59 +00:00

Fetch Vault from upstream when building Docker image

This commit is contained in:
Miroslav Prasil 2018-04-18 12:44:28 +01:00
parent b4a42054f9
commit 818b511267
3 changed files with 39 additions and 1 deletions

View file

@ -40,6 +40,8 @@ cargo build
```
## How to update the web-vault used
If you're using docker image, you can just update `VAULT_VERSION` variable in Dockerfile and rebuild the image.
Install `node.js` and either `yarn` or `npm` (usually included with node)
Clone the web-vault outside the project: