Skip to content

Commit

Permalink
Merge pull request #41 from bigbookpl/patch-1
Browse files Browse the repository at this point in the history
Fixed name of entrypoint file in the Dockerfile
  • Loading branch information
pawliczka authored Dec 14, 2024
2 parents 68963ae + f1ce241 commit bc05bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM python:3.11-slim
WORKDIR /usr/src/app
COPY . .
RUN pip install -r /usr/src/app/requirements.txt
ENTRYPOINT ["python3", "/usr/src/app/luxmedSnip.py"]
ENTRYPOINT ["python3", "/usr/src/app/luxmed_sniper.py"]
CMD ["-d", "300"]

0 comments on commit bc05bd9

Please sign in to comment.