From bbc5dfbea5fed7d87149a6744ef4842d9164bc8d Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 30 May 2018 13:07:37 -0400 Subject: [PATCH] Added volume for movies --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd620495e..cca6f53fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -15,4 +16,4 @@ VOLUME /bazarr/data EXPOSE 6767 -CMD ["python", "/bazarr/bazarr.py"] \ No newline at end of file +CMD ["python", "/bazarr/bazarr.py"]