add: new reqs && cmd docker

This commit is contained in:
te5154c
2024-04-22 00:04:58 +03:00
parent 1cc1772c4b
commit f7f76b1cfd
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ RUN pip install -r requirements.txt
COPY . /build/
CMD ["python3", "-m", "flask", "run", "--host=0.0.0.0"]
CMD ["python3", "app.py"]
+2 -1
View File
@@ -1,3 +1,4 @@
Flask==2.2.5
fastapi==0.110.2
requests==2.31.0
uvicorn==0.29.0
flake8==5.0.4