Actually fixing it now, stupid build files
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@ RUN pip install --no-cache-dir \
|
|||||||
fastapi \
|
fastapi \
|
||||||
uvicorn \
|
uvicorn \
|
||||||
httpx \
|
httpx \
|
||||||
pyyaml
|
pyyaml \
|
||||||
|
pillow \
|
||||||
|
python-multipart
|
||||||
|
|
||||||
COPY main.py worker.py db.py config.py ./
|
COPY main.py worker.py db.py config.py ./
|
||||||
COPY routes/ routes/
|
COPY routes/ routes/
|
||||||
|
|||||||
Reference in New Issue
Block a user