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 \
|
||||
uvicorn \
|
||||
httpx \
|
||||
pyyaml
|
||||
pyyaml \
|
||||
pillow \
|
||||
python-multipart
|
||||
|
||||
COPY main.py worker.py db.py config.py ./
|
||||
COPY routes/ routes/
|
||||
|
||||
Reference in New Issue
Block a user