Setup first hasura schema
This commit is contained in:
committed by
Anders Borch
parent
b9d1d80f64
commit
0445c03b51
9
infra/prod/hasura/Dockerfile
Normal file
9
infra/prod/hasura/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM hasura/graphql-engine:latest as api
|
||||
|
||||
RUN apt-get update
|
||||
RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
|
||||
|
||||
WORKDIR /app/hasura
|
||||
COPY ./hasura .
|
||||
|
||||
CMD ["sh", "-c", "graphql-engine serve"]
|
||||
Reference in New Issue
Block a user