mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 02:34:23 +08:00
chore: Update PDF plugin configuration and fix formatting in dishes/semi-finished/豆鼓.md
This commit is contained in:
@@ -11,9 +11,10 @@ FROM hub.aiursoft.cn/python:3.11 as python-env
|
||||
WORKDIR /app
|
||||
COPY --from=node-env /app .
|
||||
RUN pip install -r requirements.txt && rm node_modules -rf
|
||||
RUN mkdocs build --strict
|
||||
RUN apt-get update && apt-get install -y weasyprint fonts-noto-cjk
|
||||
RUN mkdocs build
|
||||
|
||||
# ============================
|
||||
# Prepare Runtime Environment
|
||||
FROM hub.aiursoft.cn/aiursoft/static
|
||||
COPY --from=python-env /app/site /data
|
||||
COPY --from=python-env /app/site /data
|
||||
Reference in New Issue
Block a user