mirror of
				https://github.com/signcl/docsearch-scraper-action.git
				synced 2025-10-31 08:41:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM openbayes/docsearch-scraper-action-base
 | |
| 
 | |
| LABEL maintainer="t@sparanoid.com"
 | |
| 
 | |
| COPY entrypoint.sh /entrypoint.sh
 | |
| 
 | |
| ENTRYPOINT ["/entrypoint.sh"]
 |