1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

Added volume for movies

This commit is contained in:
morpheus65535 2018-05-30 13:07:37 -04:00 committed by GitHub
parent dcfd564854
commit bbc5dfbea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ FROM lsiobase/alpine.python:3.7
ENV PYTHONIOENCODING="UTF-8"
VOLUME /tv
VOLUME /movies
RUN apk add --update git py-pip jpeg-dev && \
apk add --update --virtual build-dependencies build-base python-dev libffi-dev zlib-dev && \