Skip to content

Commit

Permalink
chown
Browse files Browse the repository at this point in the history
  • Loading branch information
punoko authored Nov 1, 2023
1 parent 954729b commit f0fecdf
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 @@ -8,7 +8,7 @@ RUN curl -fsSL https://github.com/morpheus65535/bazarr/releases/latest/download/
&& rm bazarr.zip \
&& python3 -m venv . \
&& /app/bin/pip install --no-cache-dir -r requirements.txt \
&& chmod -R 1000:1000 .
&& chown -R 1000:1000 .
EXPOSE 6767
ENTRYPOINT ["/app/bin/python","bazarr.py","--no-update","--config","/config"]
HEALTHCHECK CMD curl -f http://localhost:6767/system/status || exit 1

0 comments on commit f0fecdf

Please sign in to comment.