|
|
|
@ -2,6 +2,8 @@ FROM lsiobase/alpine.python
|
|
|
|
|
|
|
|
|
|
EXPOSE 6767
|
|
|
|
|
|
|
|
|
|
VOLUME /tv
|
|
|
|
|
|
|
|
|
|
# Update
|
|
|
|
|
RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git
|
|
|
|
|
|
|
|
|
@ -11,6 +13,4 @@ RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.
|
|
|
|
|
# Install app dependencies
|
|
|
|
|
RUN pip install -r /bazarr/requirements.txt
|
|
|
|
|
|
|
|
|
|
VOLUME /tv /bazarr/data
|
|
|
|
|
|
|
|
|
|
CMD ["python", "/bazarr/bazarr.py"]
|