1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00
bitwarden/util/MsSql/entrypoint.sh
2017-08-17 22:28:56 -04:00

5 lines
114 B
Bash

#!/bin/sh
/opt/mssql/bin/sqlservr
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -i /setup.sql