Actually fixing it now, stupid build files

This commit is contained in:
2026-06-29 21:34:40 -05:00
parent e208e3f6a8
commit f22df0e1d4
+3 -1
View File
@@ -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/