1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 15:23:42 +00:00
Files
server/util/MsSql/build.ps1
2017-08-17 22:28:56 -04:00

8 lines
170 B
PowerShell

$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n# Building MsSql"
echo "`nBuilding docker image"
docker --version
docker build -t bitwarden/mssql $dir\.