blackbirdchess-docker-dev/mssql/entrypoint.sh
2017-03-26 07:20:24 +07:00

2 lines
165 B
Bash

#start SQL Server, start the script to create the DB and import the data, start the app
/opt/mssql/bin/sqlservr.sh & /usr/src/app/create_table.sh & tail -f /dev/null