init commit

This commit is contained in:
2025-08-30 10:33:46 +09:00
commit 49b3cea942
304 changed files with 116485 additions and 0 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Создаем директорию для логов, если она не существует
mkdir -p /app/logs
# Запускаем бота
exec python /app/run.py