blackbirdchess-docker-dev/mssql/entrypoint.sh
2017-03-24 12:31:38 -03: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