mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 17:57:43 +08:00
Test
This commit is contained in:
parent
301f1616a3
commit
327abd6a0f
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
FROM lsiobase/alpine:3.6
|
FROM lsiobase/alpine:3.6
|
||||||
|
|
||||||
VOLUME /tv
|
VOLUME /tv
|
||||||
VOLUME /config
|
|
||||||
|
|
||||||
RUN apk add --update git python2 py-pip py-pygit2 jpeg-dev && \
|
RUN apk add --update git python2 py-pip py-pygit2 jpeg-dev && \
|
||||||
apk add --update --virtual build-dependencies g++ python-dev libffi-dev zlib-dev && \
|
apk add --update --virtual build-dependencies g++ python-dev libffi-dev zlib-dev && \
|
||||||
|
@ -9,4 +8,8 @@ RUN apk add --update git python2 py-pip py-pygit2 jpeg-dev && \
|
||||||
pip install -r /app/requirements.txt && \
|
pip install -r /app/requirements.txt && \
|
||||||
apk del --purge build-dependencies
|
apk del --purge build-dependencies
|
||||||
|
|
||||||
|
VOLUME /app/data
|
||||||
|
|
||||||
EXPOSE 6767
|
EXPOSE 6767
|
||||||
|
|
||||||
|
CMD ["python", "/app/bazarr.py"]
|
Loading…
Reference in a new issue