4 lines
		
	
	
		
			63 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			63 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM postgres
 | |
| 
 | |
| COPY create-db.sql /docker-entrypoint-initdb.d/
 | 
| FROM postgres
 | |
| 
 | |
| COPY create-db.sql /docker-entrypoint-initdb.d/
 |