mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-08-27 12:10:17 +08:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
.SILENT :
|
|
.PHONY : test
|
|
|
|
test:
|
|
docker build -t jwilder/nginx-proxy:bats .
|
|
bats test
|