1
0
Fork 0
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:
Louis Vézina 2017-10-19 17:11:09 -04:00
parent 2c32a9b732
commit 4a35543049

View file

@ -12,6 +12,6 @@ RUN git clone -b development --single-branch https://github.com/morpheus65535/ba
WORKDIR /bazarr WORKDIR /bazarr
# Install app dependencies # Install app dependencies
RUN pip install -r requirements.txt RUN pip install -r /bazarr/requirements.txt
CMD ["python", "bazarr.py"] CMD ["python", "bazarr.py"]