1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Add support building from path that contains space (#815)

This commit is contained in:
François Van Ingelgom
2020-07-17 14:28:31 +02:00
committed by GitHub
parent 5892d52ed5
commit aab6095073
13 changed files with 68 additions and 68 deletions

View File

@ -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/."