aswi2021bc304crew-gitlab/docker/entrypoint.sh @ 678af8f3
1 |
#start SQL Server, start the script to create the DB and keep image running by running tail
|
---|---|
2 |
/opt/mssql/bin/sqlservr & /usr/src/db-setup/init-db.sh & tail -f /dev/null |