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"]