Archived
11
0
Fork 0

Add Makefile

Make it easier to run tests.
This commit is contained in:
Jason Wilder 2015-10-14 10:29:22 -06:00
parent 1786edd87d
commit e09550febb
3 changed files with 18 additions and 1 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.SILENT :
.PHONY : test
test:
docker build -t jwilder/nginx-proxy:bats .
bats test