as-services/services/hasura/bin/entrypoint.sh

2 lines
No EOL
111 B
Bash
Executable file

#!/bin/sh
exec wait-for -t ${WAITFOR_TIMEOUT:-30} ${API_HOST:-api}:${API_PORT:-4200} -- docker-entrypoint.sh $@