Setup first hasura schema

This commit is contained in:
Charles Bochet
2023-04-13 18:12:33 +02:00
committed by Anders Borch
parent b9d1d80f64
commit 0445c03b51
26 changed files with 92 additions and 25 deletions

View File

@ -6,4 +6,6 @@ RUN apt-get install -y socat
RUN apt-get install -y vim
RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
WORKDIR /hasura
CMD ["sh", "-c", "graphql-engine serve"]