Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 424 Bytes

File metadata and controls

11 lines (9 loc) · 424 Bytes

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:

  1. Clone this repo
  2. Place .sql files in dev/db/
  3. Run docker-compose up
  4. The .sql files will be automatically executed in alphanumerical order

To remove the created db image use docker-compose down