mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 11:56:31 +00:00
e09550febb
Make it easier to run tests.
7 lines
86 B
Makefile
7 lines
86 B
Makefile
.SILENT :
|
|
.PHONY : test
|
|
|
|
test:
|
|
docker build -t jwilder/nginx-proxy:bats .
|
|
bats test
|