entrypoint.sh 165 B

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