mirror of
				https://github.com/FluuxIO/go-xmpp.git
				synced 2025-11-03 16:53:44 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			114 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM golang:1.12
 | 
						|
WORKDIR /xmpp
 | 
						|
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
 | 
						|
COPY . ./
 |