twenty/infra/dev/hasura/entrypoint.sh
2023-04-19 17:49:09 +02:00

11 lines
136 B
Bash
Executable File

#!/bin/bash
graphql-engine serve &
while ! curl -s http://localhost:8080/healthz > /dev/null ; do
sleep 1
done
hasura deploy
wait