From d9de2f48d2bf1a5f8779431d18051e4f7c75de98 Mon Sep 17 00:00:00 2001 From: xds Date: Wed, 11 Feb 2026 11:19:50 +0300 Subject: [PATCH] main -> aiws --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9442b8a..b8cd294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]