graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph
https://graphql-kit.com/graphql-voyager/
MIT License
7.81k stars 516 forks source link

Add docker and CI configuration #183

Open nikmel2803 opened 3 years ago

nikmel2803 commented 3 years ago

Hi! I added docker config. These changes will allow using graphql-voyager without any changes in user code, by running it as a Docker container. Also, I added a new job for Github Actions to build and push docker image automaticaly.

@IvanGoncharov, please create an account on hub.docker.com and I change the repository name to the right one.

Also, fixes #127

nikmel2803 commented 3 years ago

Hi, @IvanGoncharov Can you view my PR please? This is a useful feature for my team, and I think some will find it useful too.