mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-21 19:36:30 +00:00
15 lines
297 B
Makefile
15 lines
297 B
Makefile
.SILENT :
|
|
.PHONY : test
|
|
|
|
update-dependencies:
|
|
docker pull jwilder/docker-gen:0.7.3
|
|
docker pull nginx:1.9.12
|
|
docker pull python:3
|
|
docker pull rancher/socat-docker:latest
|
|
docker pull appropriate/curl:latest
|
|
docker pull docker:1.10
|
|
|
|
test:
|
|
docker build -t jwilder/nginx-proxy:bats .
|
|
bats test
|