vaultwarden-docker-build
This repository contains the source to build an archive for both Vaultwarden and Web Vault builds for Vaultwarden.
Usage Docker
If you have Docker installed locally, just run the following:
user@hostname$ ./build-in-container.sh
By default this will build the last version on Debian Bookworm and put the
archive to target/
directory.
Build on current host
user@hostname$ ./build.sh
References
Description
Languages
Shell
100%