e23ecb6a11
- Sleep 45s is invalid - /opt/mssql/bin/sqlservr is the correct path for mssql binary
3 lines
163 B
Bash
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
|