mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Add docker-compose healthcheck for test dependencies (#12)
This commit is contained in:
parent
c4fc848624
commit
247d7296f8
5 changed files with 33 additions and 32 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,9 @@ clean:
|
|||
rm -rf dist
|
||||
|
||||
container:
|
||||
$(DC) pull
|
||||
$(DC) build
|
||||
$(DC) up -d
|
||||
|
||||
lint:
|
||||
$(DC) run dbmate golint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue