|
|
@ -1,7 +1,7 @@
|
|
|
|
FROM lsiobase/alpine.python
|
|
|
|
FROM lsiobase/alpine.python
|
|
|
|
|
|
|
|
|
|
|
|
EXPOSE 6767
|
|
|
|
EXPOSE 6767
|
|
|
|
VOLUME /bazarr/data /tv
|
|
|
|
VOLUME /tv
|
|
|
|
|
|
|
|
|
|
|
|
# Update
|
|
|
|
# Update
|
|
|
|
RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git
|
|
|
|
RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git
|
|
|
@ -9,12 +9,9 @@ RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-d
|
|
|
|
WORKDIR /bazarr
|
|
|
|
WORKDIR /bazarr
|
|
|
|
|
|
|
|
|
|
|
|
# Get application source from Github
|
|
|
|
# Get application source from Github
|
|
|
|
RUN git init
|
|
|
|
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
|
|
|
RUN git remote add origin https://github.com/morpheus65535/bazarr.git
|
|
|
|
|
|
|
|
RUN git fetch
|
|
|
|
VOLUME /bazarr/data
|
|
|
|
RUN git reset origin/master # this is required if files in the non-empty directory are in the repo
|
|
|
|
|
|
|
|
RUN git checkout -t master
|
|
|
|
|
|
|
|
#RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RUN ls /
|
|
|
|
RUN ls /
|
|
|
|
RUN ls /bazarr
|
|
|
|
RUN ls /bazarr
|
|
|
|