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 1055060 commit 879f523
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ ENV LOGURU_LEVEL="INFO"
# "activate" venv
ENV PATH="/home/app/renamarr/.venv/bin:$PATH"

ENTRYPOINT ["/bin/bash", "-c"]
CMD [ "python", "src/main.py"]
ENTRYPOINT [ "python", "src/main.py"]

0 comments on commit 879f523

Please sign in to comment.