Add make docker-bash helper (#123)

This commit is contained in:
Adrian Macneil 2020-03-15 08:58:05 -07:00 committed by GitHub
parent 882c821c1d
commit f7a3390299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -353,11 +353,11 @@ Dbmate is written in Go, pull requests are welcome.
Tests are run against a real database using docker-compose. To build a docker image and run the tests:
```sh
$ make docker
$ make docker-all
```
To start a development shell:
```sh
$ docker-compose run --rm dbmate bash
$ make docker-bash
```