rocket-connect / graphql-debugger

Debug your GraphQL server.

Home Page:https://graphql-debugger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image

danstarns opened this issue · comments

Problem

Users need to have NPM installed and have to run npx graphql-debugger to spin up debugger. This makes it hard when your application is dockerized and or you want to run a debugger as a sidecar.

Solution

Build and push a docker image for debugger where people can run:

docker run 16686:16686 4178:4178 graphql-debugger

The solution should add docker building and publish on release and run the test suite against the docker container to ensure it works correctly.