mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add make docker-bash helper (#123)
This commit is contained in:
parent
882c821c1d
commit
f7a3390299
2 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue