fix docker build

This commit is contained in:
vvincent1234
2025-01-24 20:00:04 +08:00
parent b3f6324ddb
commit d26ebe8fb6

View File

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