1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

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