6 lines
		
	
	
		
			192 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM postgres:latest
 | |
| 
 | |
| # Custom initialization scripts
 | |
| COPY ./create_user.sh   /docker-entrypoint-initdb.d/10-create_user.sh
 | |
| COPY ./create_db.sh     /docker-entrypoint-initdb.d/20-create_db.sh
 |