main -> aiws

This commit is contained in:
xds
2026-02-11 11:15:21 +03:00
parent a7c2319f13
commit 1ddeb0af46
4 changed files with 123 additions and 5 deletions

View File

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