docker-usenet-dl/cytec_sickrage/Dockerfile
2019-11-18 23:13:09 +01:00

22 lines
440 B
Docker
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FROM lsiobase/alpine.python:3.6
MAINTAINER Michael Reber
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# set python to use utf-8 rather than ascii
ENV PYTHONIOENCODING="UTF-8"
# install app
RUN \
git clone --depth=1 https://github.com/cytec/SickRage.git /app/sickrage
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 8081
VOLUME /config /downloads /tv