mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
setup, build, and run scripts
This commit is contained in:
5
src/Identity/entrypoint.sh
Normal file
5
src/Identity/entrypoint.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /etc/core/identity.pfx /app/identity.pfx
|
||||
|
||||
dotnet /app/Identity.dll
|
Reference in New Issue
Block a user