The website vault (vault.bitwarden.com).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
278 B

$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n# Building Web"
echo "`nBuilding app"
echo "npm version $(npm --version)"
npm install
npm run sub:update
npm run dist:selfhost
echo "`nBuilding docker image"
docker --version
docker build -t bitwarden/web $dir\.