1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-29 13:25:17 +01:00
bitwarden-server/build.sh

14 lines
245 B
Bash
Raw Normal View History

2017-08-07 17:24:16 +02:00
#!/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
2017-08-08 23:50:40 +02:00
$DIR/attachments/build.sh
2017-08-07 22:31:00 +02:00
$DIR/util/Setup/build.sh