Bunch of cleanup

This commit is contained in:
Benjamin Morgan 2026-01-04 18:18:57 -07:00
parent dee736bd54
commit 65a504c882
4 changed files with 282 additions and 246 deletions

View file

@ -11,4 +11,4 @@ RUN apt update && apt install sqlite3
RUN pip install --upgrade pip && pip install -r requirements.txt
ENTRYPOINT [ "/app/entrypoint.sh" ]
CMD [ "python3", "mstbot.py" ]
CMD [ "python3", "-u", "mstbot.py" ]