mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 08:43:01 +00:00
Test
This commit is contained in:
parent
d1af07ea06
commit
f479676b08
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-d
|
|||
# Get application source from Github
|
||||
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
||||
|
||||
VOLUME /bazarr/data
|
||||
|
||||
# Install app dependencies
|
||||
RUN pip install -r /bazarr/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue