diff --git a/Dockerfile b/Dockerfile index 4ca8413d5..57978c497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM lsiobase/alpine.python EXPOSE 6767 -VOLUME /tv /bazarr/data # Update RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git @@ -12,5 +11,6 @@ RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr. # Install app dependencies RUN pip install -r /bazarr/requirements.txt -WORKDIR /bazarr -CMD ["python", "bazarr.py"] \ No newline at end of file +VOLUME /tv /bazarr/data + +CMD ["python", "/bazarr/bazarr.py"] \ No newline at end of file