Files
twenty/infra/prod/twenty-api/Dockerfile
2023-01-28 17:54:13 +01:00

7 lines
173 B
Docker

FROM hasura/graphql-engine:latest as api
ARG HASURA_GRAPHQL_JWT_SECRET
ENV HASURA_GRAPHQL_JWT_SECRET=${HASURA_GRAPHQL_JWT_SECRET}
CMD ["sh", "-c", "graphql-engine serve"]