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 0b5a375 commit d338fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN \
echo "**** Download Bazarr ****" && \
curl -fsSL -o /tmp/bazarr.zip \
"https://github.com/morpheus65535/bazarr/releases/download/v${VERSION}/bazarr.zip" && \
unzip -q /tmp/app.zip -d /app/bazarr \
unzip -q /tmp/bazarr.zip -d /app/bazarr \
&& \
rm -rf /app/bazarr/bin \
echo "**** Set up virtual environment and install Python dependencies ****" && \
Expand Down

0 comments on commit d338fbb

Please sign in to comment.