From cfd16bfad683ceb270c5cc044cef9d998f7d07fd Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Sun, 16 Sep 2018 21:53:19 -0400 Subject: [PATCH] Update Dockerfile.amd64 --- Dockerfile.amd64 | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index e9fb54972..94143827e 120000 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -1,17 +1 @@ -FROM lsiobase/alpine.python:3.7 - -# set python to use utf-8 rather than ascii. -ENV PYTHONIOENCODING="UTF-8" - -VOLUME /tv -VOLUME /movies - -RUN apk add --update git py-pip && \ - git clone https://github.com/morpheus65535/bazarr.git /bazarr - -VOLUME /bazarr/data - -EXPOSE 6767 - -COPY root/ / -CMD ["python", "/bazarr/bazarr.py"] +Dockerfile