Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/89ac5e688f5fb7cc2a8c7d77160330de5a14099e You should set ROOT_URL correctly, otherwise the web may not work correctly.

MAybe this time...

pull/26/head
Louis Vézina 8 years ago
parent c1cdbbf69e
commit 89ac5e688f

@ -7,11 +7,11 @@ VOLUME /bazarr /tv
RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git
# Get application source from Github
RUN git clone -b development --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
WORKDIR /bazarr
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
# Install app dependencies
RUN pip install -r /bazarr/requirements.txt
WORKDIR /bazarr
CMD ["python", "bazarr.py"]
Loading…
Cancel
Save