continuous-integration-images/mssql-2022/entrypoint.sh

8 lines
132 B
Bash
Raw Permalink Normal View History

2024-11-22 06:26:36 +00:00
#!/bin/bash
# Start the script to create the DB and user
/usr/config/configure-db.sh &
# Start SQL Server
/opt/mssql/bin/sqlservr