diff --git a/infra/prod/twenty-api/Dockerfile b/infra/prod/twenty-api/Dockerfile index ecf222c96..3da6192dd 100644 --- a/infra/prod/twenty-api/Dockerfile +++ b/infra/prod/twenty-api/Dockerfile @@ -1,6 +1,3 @@ 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"]