20 lines
565 B
Markdown
20 lines
565 B
Markdown
|
# vaultwarden-docker-build
|
||
|
|
||
|
This repository contains the source to build an archive for both
|
||
|
[Vaultwarden](https://github.com/dani-garcia/vaultwarden) and
|
||
|
[Web Vault builds for Vaultwarden](https://github.com/dani-garcia/bw_web_builds).
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
If you have [Docker](https://www.docker.com/) installed locally, just run the following:
|
||
|
|
||
|
```bash
|
||
|
user@hostname$ ./build.sh
|
||
|
```
|
||
|
By default this will build the last version on Debian Bullseye and put the
|
||
|
archive to target/ directory.
|
||
|
|
||
|
## References
|
||
|
|
||
|
* [ayosec/polybar-debian](https://github.com/ayosec/polybar-debian)
|