2 changed files with 17 additions and 0 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
param ( |
||||
[string]$outputDir = "c:/bitwarden" |
||||
) |
||||
|
||||
docker run -it --rm --name setup --network container:mssql -v ${outputDir}:/bitwarden bitwarden/setup ` |
||||
dotnet Setup.dll -update 1 -db 1 |
||||
|
||||
echo "Database update complete" |
||||
Loading…
Reference in new issue