Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella authored Nov 16, 2024
1 parent c93e067 commit b538b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN \
ca-certificates \
catatonit && \
echo "**** Create Bazarr directory and user ****" && \
mkdir -p /app/bazarr && \
echo "**** Download Bazarr ****" && \
curl -fsSL -o /tmp/bazarr.zip \
"https://github.com/morpheus65535/bazarr/releases/download/v${VERSION}/bazarr.zip" && \
Expand Down Expand Up @@ -72,4 +71,4 @@ COPY --from=ghcr.io/linuxserver/unrar:latest /usr/bin/unrar-alpine /usr/bin/unra
# Entrypoint to use Catatonit for process management
ENTRYPOINT ["/usr/bin/catatonit", "--"]
# Command to run Bazarr
CMD ["/app/bazarr/venv/bin/python3", "/app/bazarr/bazarr.py", "--no-update", "--config", "/config"]
CMD ["/app/bazarr/venv/bin/python3", "/app/bazarr.py", "--no-update", "--config", "/config"]

0 comments on commit b538b5e

Please sign in to comment.