Skip to content

Commit

Permalink
fix \
Browse files Browse the repository at this point in the history
  • Loading branch information
punoko authored Nov 1, 2023
1 parent 179bfd1 commit 954729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN curl -fsSL https://github.com/morpheus65535/bazarr/releases/latest/download/
&& unzip -q bazarr.zip \
&& rm bazarr.zip \
&& python3 -m venv . \
&& /app/bin/pip install --no-cache-dir -r requirements.txt
&& /app/bin/pip install --no-cache-dir -r requirements.txt \
&& chmod -R 1000:1000 .
EXPOSE 6767
ENTRYPOINT ["/app/bin/python","bazarr.py","--no-update","--config","/config"]
Expand Down

0 comments on commit 954729b

Please sign in to comment.