From f22df0e1d4f91412b222735be7ea8471de94e603 Mon Sep 17 00:00:00 2001 From: robviren Date: Mon, 29 Jun 2026 21:34:40 -0500 Subject: [PATCH] Actually fixing it now, stupid build files --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 298ef66..df20b67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,9 @@ RUN pip install --no-cache-dir \ fastapi \ uvicorn \ httpx \ - pyyaml + pyyaml \ + pillow \ + python-multipart COPY main.py worker.py db.py config.py ./ COPY routes/ routes/