Card Evolution Phase 1: card-evolution → next-release #110

Merged
cal merged 28 commits from card-evolution into next-release 2026-03-18 21:29:15 +00:00
Showing only changes of commit d1d9159edf - Show all commits

View File

@ -7,4 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN playwright install chromium
RUN playwright install-deps chromium
COPY ./app /app/app
COPY ./app /usr/src/app/app
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]