Bulding a docker image running a Graphql Mesh #3878
Unanswered
hamzalatif-e2x
asked this question in
Q&A
Replies: 1 comment
-
I've done this by using the node docker image as a base and just installing the GraphQL Mesh dependencies on top. My dockerfile looks something like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am unsure about the best way to build my docker image to run a Graphql Mesh API Gateway.
It seems there isn't a standalone artefact that I can copy over to my image and start via
node server.js
or another command.Am I missing some configuration to generate this or does this have to be implemented manually? I am looking for a way to build my image without having to install dependencies / copy over the node_modules manually.
Is there any example of this sort of implementation?
Beta Was this translation helpful? Give feedback.
All reactions