mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
mssql image with setup script on entrypoint
This commit is contained in:
4
util/MsSql/entrypoint.sh
Normal file
4
util/MsSql/entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
/opt/mssql/bin/sqlservr
|
||||
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /setup.sql
|
||||
Reference in New Issue
Block a user