Archived
11
0
Fork 0
This repository has been archived on 2020-08-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nginx-proxy/Makefile
Jason Wilder e09550febb Add Makefile
Make it easier to run tests.
2015-10-14 10:29:22 -06:00

6 lines
86 B
Makefile

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