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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user