main -> aiws

This commit is contained in:
xds
2026-02-11 11:19:50 +03:00
parent 1ddeb0af46
commit d9de2f48d2

View File

@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Запуск приложения (замени app.py на свой файл)
CMD ["python", "aiws.py"]
CMD ["uvicorn", "aiws:app", "--host", "0.0.0.0", "--port", "8090"]