From 4624e036a50fa4e4d0b659438a8493013f064f49 Mon Sep 17 00:00:00 2001 From: Gabriella Agathon Date: Thu, 19 Feb 2026 22:20:47 -0700 Subject: [PATCH] fix issue with the core_dockerfile running the bot_aux.py --- core_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_Dockerfile b/core_Dockerfile index 046348e..9979542 100644 --- a/core_Dockerfile +++ b/core_Dockerfile @@ -37,4 +37,4 @@ RUN ~/.local/bin/poetry install # Expose the port that the application listens on. EXPOSE 8000 -CMD ~/.local/bin/poetry run python3 src/py/bot_aux.py xiv-database.ini xiv-discord.token 865781604881530940 888844785274724362 +CMD ~/.local/bin/poetry run python3 src/py/bot_core.py xiv-database.ini xiv-discord.token 865781604881530940 888844785274724362