mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| FROM mysql/mysql-server:latest
 | |
| WORKDIR /docker-entrypoint-initdb.d
 | |
| COPY docker/local-metadata/mysql-script.sql .
 | |
| RUN chmod -R 775 /docker-entrypoint-initdb.d | 
