Forgot Dockerfile save

This commit is contained in:
Jean Froment 2017-08-12 17:24:56 +02:00
parent ace6d79d0f
commit 1ac0d4cd5d
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
FROM lsiobase/alpine.python:3.6
MAINTAINER fromenje
# set python to use utf-8 rather than ascii.
ENV PYTHONIOENCODING="UTF-8"
# install app
RUN \
git clone --depth 1 https://github.com/CouchPotato/CouchPotatoServer /app/couchpotato
# add local files
COPY root/ /
# ports and volumes
EXPOSE 5050
WORKDIR /app/couchpotato
VOLUME /config /downloads /movies