mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 02:59:20 +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.11.3
 | 
						|
	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
 |