From cdfc907e8e05bd794865913ce715d011c874975f Mon Sep 17 00:00:00 2001 From: ps Date: Sun, 7 Oct 2018 14:06:39 +0200 Subject: [PATCH] Dockerfile: Fix Executable Name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82b5902..bcee73a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN apk --update add --virtual build-dependencies python3-dev build-base wget gi && git clone https://github.com/UnkL4b/GitMiner.git WORKDIR GitMiner RUN pip3 install -r requirements.txt -ENTRYPOINT ["python3", "git_miner.py"] +ENTRYPOINT ["python3", "gitminer-v2.0.py"] CMD ["--help"]