9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| IMAGE=192.168.10.26:5000/deluge-openvpn
 | |
| 
 | |
| .PHONY: build
 | |
| build:
 | |
| 	sh build.sh "$(IMAGE)"
 | |
| 
 | |
| .PHONY: push
 | |
| push:
 | |
| 	sh push.sh "$(IMAGE)"
 |