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:

committed by
GitHub

parent
5892d52ed5
commit
aab6095073
@ -7,4 +7,4 @@ echo -e "\n## Building Nginx"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/nginx $DIR/.
|
||||
docker build -t bitwarden/nginx "$DIR/."
|
||||
|
Reference in New Issue
Block a user