Add docker-compose healthcheck for test dependencies (#12)

This commit is contained in:
Adrian Macneil 2017-04-23 20:46:27 -07:00 committed by GitHub
parent c4fc848624
commit 247d7296f8
5 changed files with 33 additions and 32 deletions

View file

@ -7,7 +7,9 @@ clean:
rm -rf dist
container:
$(DC) pull
$(DC) build
$(DC) up -d
lint:
$(DC) run dbmate golint