1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-09 00:41:37 +01:00
bitwarden-server/build.sh
2017-08-07 16:31:00 -04:00

13 lines
219 B
Bash

#!/usr/bin/env bash
set -e
DIR="$(dirname $(readlink -f $0))"
echo -e "\nBuilding bitwarden"
echo -e "=================="
$DIR/src/Api/build.sh
$DIR/src/Identity/build.sh
$DIR/nginx/build.sh
$DIR/util/Setup/build.sh