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

Docker setup broken #22

Open
maikokuppe opened this issue Aug 20, 2018 · 3 comments
Open

Docker setup broken #22

maikokuppe opened this issue Aug 20, 2018 · 3 comments

Comments

@maikokuppe
Copy link

I'm getting the following error when using your docker setup:

python3: can't open file 'git_miner.py': [Errno 2] No such file or directory

Reproduction steps:

docker build -t gitminer .
docker run -it gitminer -h
@danilovazb
Copy link
Collaborator

I look this week.. <3

@kevinoclam
Copy link

change the dockefile line
ENTRYPOINT ["python3", "git_miner.py"]
to
ENTRYPOINT ["python3", "gitminer-v2.0.py"]

@ssstonebraker
Copy link

change the dockefile line
ENTRYPOINT ["python3", "git_miner.py"]
to
ENTRYPOINT ["python3", "gitminer-v2.0.py"]

This fixed my issue

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

4 participants