Skip to content

Easy docker way to make it work within a git repo #398

@chneau

Description

@chneau

I couldn't install labours but made it work with this docker command:

docker run --rm -v "$PWD":"$PWD" -w "$PWD" -u 1000 srcd/hercules hercules --burndown --pb . | docker run --rm -i -v "$PWD":"$PWD" -w "$PWD" -u 1000 srcd/hercules labours -f pb -m burndown-project --resample month -o git.png

it will create a ./git/project.png file. Hope that helps save some time to people, I couldn't make the normal install to work but that command does exactly what I wanted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions