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