mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM mysql:5.6
 | 
						|
 | 
						|
RUN apt-get update
 | 
						|
 | 
						|
EXPOSE 3306
 | 
						|
ADD init.sql /docker-entrypoint-initdb.d
 |