fix: Move main file to root of project, now start correctly
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m35s

This commit is contained in:
Udo Chudo 2025-08-31 22:24:56 +05:00
parent f8dcfa6ac0
commit 553942425e
4 changed files with 1 additions and 3 deletions

View File

@ -15,4 +15,4 @@ COPY . .
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
# Точка входа — запуск бота # Точка входа — запуск бота
CMD ["python", "bot/main.py"] CMD ["python", "main.py"]

View File

@ -1,5 +1,3 @@
version: '3.9'
services: services:
usi-bot: usi-bot:
build: . build: .

Binary file not shown.