fix docker build

This commit is contained in:
vvincent1234
2025-01-24 19:56:34 +08:00
parent 748d253c31
commit b3f6324ddb
7 changed files with 15 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ WORKDIR /app
# Copy requirements and install Python dependencies
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# Install Playwright and browsers with system dependencies
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright