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