mirror of
				https://github.com/binwiederhier/ntfy.git
				synced 2025-11-04 06:50:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine
 | 
						|
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
 | 
						|
 | 
						|
COPY ntfy /usr/bin
 | 
						|
ENTRYPOINT ["ntfy"]
 |