mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
5 lines
168 B
PowerShell
5 lines
168 B
PowerShell
|
#!/usr/bin/env pwsh
|
||
|
# Creates the vault_dev database, and runs all the migrations.
|
||
|
|
||
|
docker-compose --profile mssql exec mssql bash /mnt/helpers/run_migrations.sh @args
|