mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01:00
9 lines
217 B
PowerShell
9 lines
217 B
PowerShell
param (
|
|
[string]$outputDir = "../."
|
|
)
|
|
|
|
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"
|