Updated Dockerfile with maintainer and contributors

Updated setup.rst with information on upgrade path if coming from an
earlier version of docker-compose images
This commit is contained in:
Guy
2018-01-29 23:19:06 +02:00
parent 7e49d047b0
commit cbbc4d37d0
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
FROM alpine:3.7
LABEL maintainer="The Paperless Project https://github.com/danielquinn/paperless" \
contributors="Guy Addadi <addadi@gmail.com>, Pit Kleyersburg <pitkley@googlemail.com>, \
Sven Fischer <git-dev@linux4tw.de>"
# Copy application
COPY requirements.txt /usr/src/paperless/
COPY src/ /usr/src/paperless/src/