From 7a6ce403c81a9c9d3e14f7a66db763c988c22358 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 20:19:48 -0400 Subject: [PATCH] Test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57978c497..61868d415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM lsiobase/alpine.python EXPOSE 6767 +VOLUME /tv + # Update RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git @@ -11,6 +13,4 @@ RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr. # Install app dependencies RUN pip install -r /bazarr/requirements.txt -VOLUME /tv /bazarr/data - CMD ["python", "/bazarr/bazarr.py"] \ No newline at end of file