 aac7e6be90
			
		
	
	aac7e6be90
	
	
	
		
			
			bootstrap now exits (0) when all services are up, instead continuously running. This is combined with a simple bash script, which does this job instead. This also adds /bootstrap.sh as docker ENTRYPOINT
		
			
				
	
	
		
			4 lines
		
	
	
		
			44 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			44 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash -ex
 | |
| /app/manage.py bootstrap
 | |
| $@
 |