From f479676b089d2ce18f8789826575838c292d5fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 21 Oct 2017 23:21:40 -0400 Subject: [PATCH] Test --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 61868d415..e285f042e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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