details with mimetype

This commit is contained in:
2018-08-21 11:03:23 +03:00
parent 9da02ed65b
commit e93668828c
5 changed files with 35 additions and 13 deletions

View File

@@ -3,7 +3,8 @@ RUN apk add --update \
python3 \
python3-dev \
py3-pip \
build-base
build-base \
libmagic
COPY docker-requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt
COPY static /code/static