From 5ae27d600000fd3535bef403d65b7e18c70569f0 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Fri, 1 Nov 2024 12:01:47 +0100 Subject: [PATCH] Rafactor (rename part 2) --- bot/Dockerfile | 2 +- bot/{testbot.py => bot.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bot/{testbot.py => bot.py} (100%) diff --git a/bot/Dockerfile b/bot/Dockerfile index 991e9ce..8e6e9ba 100644 --- a/bot/Dockerfile +++ b/bot/Dockerfile @@ -6,4 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "./testbot.py" ] \ No newline at end of file +CMD [ "python", "./bot.py" ] \ No newline at end of file diff --git a/bot/testbot.py b/bot/bot.py similarity index 100% rename from bot/testbot.py rename to bot/bot.py