Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chneau opened this issue Sep 25, 2024 · 1 comment
Open

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

chneau opened this issue Sep 25, 2024 · 1 comment

Comments

@chneau
Copy link

chneau commented Sep 25, 2024

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.

@RicardoHS
Copy link

Thank you very much. It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants