mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-30 18:17:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| FROM postgres:14
 | |
| WORKDIR /docker-entrypoint-initdb.d
 | |
| COPY docker/local-metadata/postgres-script.sql .
 | |
| RUN chmod -R 775 /docker-entrypoint-initdb.d | 
