diff --git a/Dockerfile b/Dockerfile index b822443..0906471 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . . ENV PYTHONUNBUFFERED=1 # Точка входа — запуск бота -CMD ["python", "bot/main.py"] +CMD ["python", "main.py"] diff --git a/docker-compose.yaml b/docker-compose.yaml index a066ed4..e111c76 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,3 @@ -version: '3.9' - services: usi-bot: build: . diff --git a/bot/main.py b/main.py similarity index 100% rename from bot/main.py rename to main.py diff --git a/requirements.txt b/requirements.txt index b8d84f9..126151e 100644 Binary files a/requirements.txt and b/requirements.txt differ