mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
617d927472
added UDP Associate and more UI Tab-complete options
4 lines
208 B
Docker
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"] |