mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 16:57:45 +08:00
Merge branch 'development'
This commit is contained in:
commit
c1cdbbf69e
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
|
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"]
|
Loading…
Reference in a new issue