mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
revamping the build scripts (#1620)
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
echo -e "\n## Building MsSql"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/mssql "$DIR/."
|
Reference in New Issue
Block a user