-
Where can we find an example of graphql-engine Dockerfile for published images? hasura/graphql-engine
thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
jberryman
Mar 8, 2021
Replies: 1 comment
-
We don't have a self-contained dockerfile that builds and packages unfortunately, but it should be pretty straightforward to do this yourself:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertjdominguez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have a self-contained dockerfile that builds and packages unfortunately, but it should be pretty straightforward to do this yourself:
.circleci/server-builder.dockerfile
; this has all the dependencies to build the projectdev.sh
for how to buildserver/packaging/build/Dockerfile
for packaging