mirror of
https://github.com/bitwarden/server
synced 2025-12-27 05:33:17 +00:00
docker setup
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Bit.Identity
|
||||
|
||||
// Services
|
||||
services.AddBaseServices();
|
||||
services.AddDefaultServices();
|
||||
services.AddDefaultServices(globalSettings);
|
||||
}
|
||||
|
||||
public void Configure(
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /etc/core/identity.pfx /app/identity.pfx
|
||||
|
||||
cp /etc/bitwarden/identity/identity.pfx /app/identity.pfx
|
||||
dotnet /app/Identity.dll
|
||||
|
||||
Reference in New Issue
Block a user