Update Dockerfile.amd64

This commit is contained in:
morpheus65535 2018-09-16 21:53:19 -04:00 committed by GitHub
parent ffd47f75b0
commit cfd16bfad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 17 deletions

View File

@ -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