Files
twenty/infra/dev/twenty-api/Dockerfile
T
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"]