mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 22:42:11 +00:00
8 lines
140 B
Bash
8 lines
140 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Start the script to create the DB and user
|
|
/usr/config/configure-db.sh &
|
|
|
|
# Start SQL Server
|
|
/opt/mssql/bin/sqlservr
|