4 lines
83 B
Docker
4 lines
83 B
Docker
FROM hasura/graphql-engine:latest as api
|
|
|
|
CMD ["sh", "-c", "graphql-engine serve"]
|