Parcourir la source
				
				Use new LABEL syntax for Dockerfile
				
					
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
				
			 
			
				
					
						
							
							Angristan
						
						il y a 7 ans
					 
					
						
							
								
									Parent
								
								
							
							
							révision
							e7f7eda18c
						 
					 
				 
			 
			
				
					
					  
					  Aucun compte lié à l'adresse email de l'auteur
					
				
			
		
		
	
		
			
			 1 fichiers modifiés avec 
2 ajouts et 
2 suppressions
			
		 
		
			
				- 
					
					
					 
					Dockerfile
				
 
			
		
	 
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
			| 
				1
			 | 
			
				1
			 | 
			
			
				 FROM alpine:3.6 
			 | 
		
	
		
			
			| 
				2
			 | 
			
				
			 | 
			
			
				-MAINTAINER searx <https://github.com/asciimoo/searx> 
			 | 
		
	
		
			
			| 
				3
			 | 
			
				
			 | 
			
			
				-LABEL description "A privacy-respecting, hackable metasearch engine." 
			 | 
		
	
		
			
			| 
				
			 | 
			
				2
			 | 
			
			
				+LABEL maintainer="searx <https://github.com/asciimoo/searx>" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				3
			 | 
			
			
				+LABEL description="A privacy-respecting, hackable metasearch engine." 
			 | 
		
	
		
			
			| 
				4
			 | 
			
				4
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				5
			 | 
			
				5
			 | 
			
			
				 ENV BASE_URL=False IMAGE_PROXY=False 
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				 EXPOSE 8888 
			 |