1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00:00
Files
server/build.sh
2017-08-07 11:24:16 -04:00

12 lines
194 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