mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
added user requirements
This commit is contained in:
parent
a8287eba1b
commit
b38e6a7cbf
@ -34,7 +34,7 @@ WORKDIR /tmp
|
||||
COPY material material
|
||||
COPY package.json package.json
|
||||
COPY README.md README.md
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY *requirements.txt ./
|
||||
COPY pyproject.toml pyproject.toml
|
||||
|
||||
# Perform build and cleanup artifacts and caches
|
||||
@ -66,6 +66,8 @@ RUN \
|
||||
"pillow>=9.0" \
|
||||
"cairosvg>=2.5"; \
|
||||
fi \
|
||||
&& \
|
||||
[ -e user-requirements.txt ] && pip install -r user-requirements.txt \
|
||||
&& \
|
||||
apk del .build \
|
||||
&& \
|
||||
|
Loading…
Reference in New Issue
Block a user