details with mimetype
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user