Setup Hasura-auth locally
This commit is contained in:
committed by
Charles Bochet
parent
43e71c6c93
commit
39ffb0f90b
@ -8,4 +8,8 @@ RUN curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bas
|
||||
|
||||
WORKDIR /hasura
|
||||
|
||||
CMD ["sh", "-c", "graphql-engine serve"]
|
||||
RUN mkdir entrypoints
|
||||
COPY ./entrypoint.sh ./entrypoints/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["entrypoints/entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user