From 06fc6adc61309302f7f1001c02aa9aa9c95992de Mon Sep 17 00:00:00 2001 From: Gabriella Agathon Date: Thu, 19 Feb 2026 22:14:20 -0700 Subject: [PATCH] ANOTHER ONE --- core_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_Dockerfile b/core_Dockerfile index 8031d8b..9f4bb0e 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 ["poetry", "run", "python3", "src/py/bot_core.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"]