Merge next-release into main #100

Merged
cal merged 28 commits from next-release into main 2026-03-17 19:17:34 +00:00
Showing only changes of commit a6cf4eea01 - Show all commits

View File

@ -1,4 +1,4 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim-bookworm
WORKDIR /usr/src/app
@ -38,4 +38,4 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN playwright install chromium
RUN playwright install-deps chromium
COPY ./app /app/app
COPY ./app /app/app