Fix Run Now: mount agents in container, install deps, fix datetime bug

This commit is contained in:
2026-04-13 14:24:27 +00:00
parent d29555ae53
commit b48028dd91
3 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.12-slim
WORKDIR /app
RUN pip install --no-cache-dir fastapi uvicorn sqlalchemy
RUN pip install --no-cache-dir fastapi uvicorn sqlalchemy caldav icalendar recurring-ical-events requests
COPY . .