blackbirdchess-docker-dev/mssql/entrypoint.sh
Zuohuadong 17ea7b313f update
2017-10-12 18:54:09 +08:00

3 lines
163 B
Bash

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