This repository has been archived on 2020-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
nginx-proxy/Makefile
Jason Wilder e09550febb Add Makefile
Make it easier to run tests.
2015-10-14 10:29:22 -06:00

7 lines
86 B
Makefile

.SILENT :
.PHONY : test
test:
docker build -t jwilder/nginx-proxy:bats .
bats test