Files
its-a-feature-Mythic/hasura-docker/.docker/Dockerfile
T
its-a-feature 617d927472 Many UI Fixes and features added
added UDP Associate and more UI Tab-complete options
2024-10-14 11:25:33 -05:00

4 lines
208 B
Docker

FROM hasura/graphql-engine:latest.cli-migrations-v2
ENV HASURA_GRAPHQL_SERVER_PORT=8080
HEALTHCHECK CMD curl -f http://localhost:${HASURA_GRAPHQL_SERVER_PORT}/healthz || exit 1
COPY ["metadata/", "/metadata"]