ANOTHER ONE
Some checks failed
test and deploy / test (push) Successful in 24s
test and deploy / push-and-build (push) Failing after 45s

This commit is contained in:
2026-02-19 22:14:20 -07:00
parent 9bd15d44b8
commit 06fc6adc61

View File

@@ -37,4 +37,4 @@ RUN ~/.local/bin/poetry install
# Expose the port that the application listens on. # Expose the port that the application listens on.
EXPOSE 8000 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"]