1
0
mirror of https://github.com/bitwarden/server synced 2025-12-31 23:53:17 +00:00

script updates

This commit is contained in:
Kyle Spearrin
2017-08-21 08:49:44 -04:00
parent bfb945ac5f
commit 74415b9955
9 changed files with 50 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
param (
[string]$outputDir = "c:/bitwarden"
[string]$outputDir = "../."
)
docker run -it --rm --name setup --network container:mssql -v ${outputDir}:/bitwarden bitwarden/setup `