Integrate KDocs auto-upload
This commit is contained in:
@@ -22,6 +22,9 @@ COPY requirements.txt .
|
||||
# 安装Python依赖
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# 安装 Playwright 浏览器依赖与 Chromium
|
||||
RUN python -m playwright install --with-deps chromium
|
||||
|
||||
# 复制应用程序文件
|
||||
COPY app.py .
|
||||
COPY database.py .
|
||||
|
||||
Reference in New Issue
Block a user