bitwarden-estensione-browser/build.sh

17 lines
319 B
Bash
Raw Normal View History

2017-08-07 23:07:56 +02:00
#!/usr/bin/env bash
set -e
DIR="$(dirname $(readlink -f $0))"
echo -e "\n# Building Web"
echo -e "\nBuilding app"
echo -e "npm version $(npm --version)"
echo -e "gulp version $(gulp --version)"
npm install
2017-08-15 15:16:19 +02:00
gulp dist:selfHosted
2017-08-07 23:07:56 +02:00
echo -e "\nBuilding docker image"
docker --version
docker build -t bitwarden/web $DIR/.