13 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
graphite:
 | 
						|
	docker-compose build
 | 
						|
 | 
						|
fast:
 | 
						|
	@echo "Graphite is fast now!"
 | 
						|
 | 
						|
again:
 | 
						|
 | 
						|
build: graphite
 | 
						|
 | 
						|
run:
 | 
						|
	docker-compose up
 |