Skip to content

Commit

Permalink
entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hollanbm committed Sep 21, 2024
1 parent 8153c4b commit db84a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ ENV LOGURU_LEVEL="INFO"
# activate venv
RUN source /home/app/renamarr/.venv/bin/activate

ENTRYPOINT [ "poetry", "run", "python", "src/main.py"]
ENTRYPOINT [ "python", "src/main.py"]

0 comments on commit db84a5e

Please sign in to comment.