-
Hi, Can someone guide me on how can I dockerize a GraphQL Mesh project? I just tried to run the build artifacts with node but it seems the built files are created in TypeScript so I guess I should use Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
In Docker container, you don't need to setup |
Beta Was this translation helpful? Give feedback.
In Docker container, you don't need to setup
ts-node
. You can basically callmesh start
to run the artifacts.