mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-05 15:09:32 +00:00
Include an /etc/mime.types file to correct gaps from mimetypes package (#348)
This commit is contained in:
parent
c10aa46fc5
commit
73adcadf27
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
1
docker/mime.types
Normal file
1
docker/mime.types
Normal file
|
@ -0,0 +1 @@
|
|||
image/webp webp
|
Loading…
Reference in a new issue