Build Vaultwarden last version with Docker
Go to file
gardouille 8fd4dfd833
Use Bookworm container by default
2023-07-26 15:35:50 +02:00
target Build scripts 2023-04-25 16:49:58 +02:00
.gitignore Ignore target/ directory 2023-07-10 09:10:08 +02:00
LICENSE Init 2023-04-25 16:49:42 +02:00
README.md Use Bookworm container by default 2023-07-26 15:35:50 +02:00
build-in-container.sh Use Bookworm container by default 2023-07-26 15:35:50 +02:00
build.sh Import BlackDex GPG key 2023-07-10 09:37:56 +02:00
entrypoint.sh Build scripts 2023-04-25 16:49:58 +02:00

README.md

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