9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM scratch
 | 
						|
LABEL maintainer="himself@stevenpolley.net"
 | 
						|
 | 
						|
COPY lineageos-ota-server .
 | 
						|
 | 
						|
EXPOSE 8080
 | 
						|
 | 
						|
CMD [ "./linageos-ota-server" ]
 |