BIG refactoring

This commit is contained in:
vvzvlad
2025-02-02 18:51:50 +03:00
parent 172100f821
commit f360f1167c
7 changed files with 494 additions and 157 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY *.py .
CMD ["uvicorn", "api_server:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["python", "api_server.py"]