1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

build script updates

This commit is contained in:
Kyle Spearrin
2017-08-23 22:22:15 -04:00
parent 16431bc0f8
commit 7ad3c4785b
14 changed files with 34 additions and 18 deletions

View File

@ -1,6 +1,6 @@
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n# Building nginx"
echo "`n## Building nginx"
echo "`nBuilding docker image"
docker --version

View File

@ -3,7 +3,7 @@ set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo -e "\n# Building nginx"
echo -e "\n## Building nginx"
echo -e "\nBuilding docker image"
docker --version