adding MSSQL support

This commit is contained in:
Ignacio Cabrera
2017-03-24 12:31:38 -03:00
parent 8315a3872d
commit 6b61c7d454
6 changed files with 53 additions and 1 deletions

2
mssql/entrypoint.sh Normal file
View File

@ -0,0 +1,2 @@
#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