pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
282 stars 90 forks source link

Dockerfile and docs #25

Closed dionjwa closed 6 years ago

dionjwa commented 6 years ago

Added a Dockerfile and notes in the README.md

Running via docker allows you to not use your local python and also allows running in the cloud to use in your own stuff.

pawelrychlik commented 6 years ago

@dionjwa great stuff, thank you!

pawelrychlik commented 6 years ago

@dionjwa FYI there's two small changes I needed to make:

  1. use python alpine distro - which is way smaller and works equally well: https://github.com/pawelrychlik/jira-dependency-graph/commit/3c249b60ac153c9d923c8b0f8643daccad1024a2
  2. fix the docker command - https://github.com/pawelrychlik/jira-dependency-graph/commit/09e03c1b6119936dd318f5bc9e4ca1f7a1ac9578

Other than that - all fine, thanks very much! 👍