Files
twenty/infra/prod/twenty-api/Dockerfile
2023-01-29 09:47:45 +01:00

4 lines
83 B
Docker

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