mirror of
				https://github.com/Clortox/drone-ntfy.git
				synced 2025-07-17 14:12:10 +00:00 
			
		
		
		
	 0ca6b05d20
			
		
	
	
		0ca6b05d20
		
			
		
	
	
	
	
		
			
			* Add Dockerfile and main.sh * Add base settings for now * Add drone * Fix typo in alpine name * Add ntfy service to drone * Update dockerfile * Fix entry point in Dockerfile
		
			
				
	
	
		
			6 lines
		
	
	
		
			129 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			129 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM alpine
 | |
| COPY main.sh /bin/
 | |
| RUN chmod +x /bin/main.sh
 | |
| RUN apk -Uuv add curl ca-certificates bash
 | |
| ENTRYPOINT bash /bin/main.sh
 |