Update Dockerfile and compose.yml, add requests.http and update requirements.txt

This commit is contained in:
sHa
2024-03-12 16:12:47 +00:00
parent e7d593ac60
commit 4476d5bae9
4 changed files with 8 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["python", "app.py"]
CMD ["uvicorn","app:app","--reload"]