mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Nginx
This commit is contained in:
parent
7ad3c4785b
commit
ba64073683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user