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
2016-06-13 00:24:21 -06:00

14 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