5 lines
		
	
	
		
			111 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
 FROM deadbeef.codes:5000/raspberrypi3-alpine:3.7
 | 
						|
COPY mandelmapper /usr/bin
 | 
						|
EXPOSE 6161:6161
 | 
						|
CMD mandelmapper
 |