mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 09:47:40 +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
|
||||
|
||||
VOLUME /tv
|
||||
VOLUME /config
|
||||
|
||||
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 && \
|
||||
|
@ -9,4 +8,8 @@ RUN apk add --update git python2 py-pip py-pygit2 jpeg-dev && \
|
|||
pip install -r /app/requirements.txt && \
|
||||
apk del --purge build-dependencies
|
||||
|
||||
EXPOSE 6767
|
||||
VOLUME /app/data
|
||||
|
||||
EXPOSE 6767
|
||||
|
||||
CMD ["python", "/app/bazarr.py"]
|
Loading…
Reference in a new issue