From 89ac5e688f5fb7cc2a8c7d77160330de5a14099e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 19 Oct 2017 17:15:16 -0400 Subject: [PATCH] MAybe this time... --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2461f8ac6..43f3b6b99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file