Move all run environment variable to infra

This commit is contained in:
Charles Bochet
2023-01-29 09:47:45 +01:00
parent ca0bbd5fa6
commit 89f9f12ea2

View File

@ -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"]