c11af183d8
See CircleCI announcement https://discuss.circleci.com/t/docker-1-9-1-is-available/1009
14 lines
297 B
Makefile
14 lines
297 B
Makefile
.SILENT :
|
|
.PHONY : test
|
|
|
|
update-dependencies:
|
|
docker pull jwilder/docker-gen:latest
|
|
docker pull nginx:latest
|
|
docker pull python:3
|
|
docker pull rancher/socat-docker:latest
|
|
docker pull appropriate/curl:latest
|
|
docker pull docker:1.9
|
|
|
|
test:
|
|
docker build -t jwilder/nginx-proxy:bats .
|
|
bats test
|