mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
Add support building from path that contains space (#815)
This commit is contained in:
committed by
GitHub
parent
5892d52ed5
commit
aab6095073
@@ -7,4 +7,4 @@ echo -e "\n## Building MsSql"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/mssql $DIR/.
|
||||
docker build -t bitwarden/mssql "$DIR/."
|
||||
|
||||
Reference in New Issue
Block a user