docker-compose.yml which creates the mssql-server-linux docker image and automatically executes provided .sql files. Heavily inspired by https://github.com/shanegenschaw/mssql-server-linux
Usage:
- Clone this repo
- Place .sql files in dev/db/
- Run
docker-compose up
- The .sql files will be automatically executed in alphanumerical order
To remove the created db image use
docker-compose down