mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-29 20:39:56 +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
|