mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-12 09:15:53 +00:00
Update to requirements path
This commit is contained in:
parent
2c32a9b732
commit
4a35543049
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ RUN git clone -b development --single-branch https://github.com/morpheus65535/ba
|
|||
WORKDIR /bazarr
|
||||
|
||||
# Install app dependencies
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -r /bazarr/requirements.txt
|
||||
|
||||
CMD ["python", "bazarr.py"]
|
Loading…
Reference in a new issue