mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| dockerize \
 | |
|   -wait tcp://$DATAHUB_GMS_HOST:$DATAHUB_GMS_PORT \
 | |
|   -timeout 240s \
 | |
|   java -jar /datahub/datahub-gms-graphql-service/bin/datahub-gms-graphql-service.jar
 | 
