Files
twenty/infra/dev/twenty-api/Dockerfile
Charles Bochet 9fb4f21180 Add Hasura
2022-12-28 22:55:46 +01:00

4 lines
83 B
Docker

FROM hasura/graphql-engine:latest as api
CMD ["sh", "-c", "graphql-engine serve"]