Include an /etc/mime.types file to correct gaps from mimetypes package (#348)
This commit is contained in:
parent
c10aa46fc5
commit
73adcadf27
|
@ -35,6 +35,8 @@ RUN apt-get update \
|
|||
|
||||
RUN mkdir -p /cache
|
||||
|
||||
# Python mimetypes package is missing some common mappings
|
||||
COPY docker/mime.types /etc/mime.types
|
||||
COPY . /takahe
|
||||
|
||||
WORKDIR /takahe
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
image/webp webp
|
Loading…
Reference in New Issue