Refactor Dockerfile and main.py for improved environment variable handling and logging; update requirements.txt for package specifications

This commit is contained in:
2025-11-12 23:37:08 +01:00
parent d2c184c210
commit 2a7bd2afe1
3 changed files with 439 additions and 252 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
# Копирование кода
COPY main.py .
COPY .env .
# Запуск бота
CMD ["python", "-u", "main.py"]