- Clone this repository
- Create a dir named
dump
on this root repository and put your dump file inside - Change the dump file name on
Dockerfile
or rename your dump file that should be indump
directory todump.sql
- Open your terminal and run:
docker-compose up
- If you change any file and want to rebuild, run:
docker-compose up --build
- From now on, there should be a dir
bd
that will persist changes to the database.