mirror of
				https://github.com/Clortox/drone-ntfy.git
				synced 2025-07-17 14:12:10 +00:00 
			
		
		
		
	Fix entry point in Dockerfile
This commit is contained in:
		
							parent
							
								
									a1b46c9d90
								
							
						
					
					
						commit
						26ae5336e4
					
				| @ -1,5 +1,5 @@ | |||||||
| FROM alpine | FROM alpine | ||||||
| COPY main.sh /bin/ | COPY main.sh /bin/ | ||||||
| RUN chmod +x /bin/main.sh | RUN chmod +x /bin/main.sh | ||||||
| RUN apk -Uuv add curl ca-certificates | RUN apk -Uuv add curl ca-certificates bash | ||||||
| ENTRYPOINT /bin/main.sh | ENTRYPOINT bash /bin/main.sh | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tyler Perkins
						Tyler Perkins